Get Context
curl --request GET \
--url https://odyssey.asteroid.ai/agents/v2/context \
--header 'X-Asteroid-Agents-Api-Key: <api-key>'{
"email": "<string>",
"organizations": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
}
],
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Context
Get Context
Get the current user’s context including organization memberships
GET
/
context
Get Context
curl --request GET \
--url https://odyssey.asteroid.ai/agents/v2/context \
--header 'X-Asteroid-Agents-Api-Key: <api-key>'{
"email": "<string>",
"organizations": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
}
],
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Documentation Index
Fetch the complete documentation index at: https://docs.asteroid.ai/llms.txt
Use this file to discover all available pages before exploring further.
⌘I

