Upload Execution Context Files
curl --request POST \
--url https://odyssey.asteroid.ai/agents/v2/executions/{executionId}/context-files \
--header 'Content-Type: multipart/form-data' \
--header 'X-Asteroid-Agents-Api-Key: <api-key>' \
--form 'files=<string>' \
--form files.items='@example-file'Upload Execution Context Files
Upload files to a running execution that is already in progress. If you want to attach files to an execution that is not yet running, see the /temp-files endpoint.
POST
/
executions
/
{executionId}
/
context-files
Upload Execution Context Files
curl --request POST \
--url https://odyssey.asteroid.ai/agents/v2/executions/{executionId}/context-files \
--header 'Content-Type: multipart/form-data' \
--header 'X-Asteroid-Agents-Api-Key: <api-key>' \
--form 'files=<string>' \
--form files.items='@example-file'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

