Skip to main content
This section documents every endpoint. To write an integration, start with Call a workflow from your code — it has the whole flow with working code.

Authentication

Send your API key in the X-Api-Key header.
Create a key in the platform. Click your profile picture at the bottom left, then API Keys.

Base URL

Schemas

  • Core API: https://odyssey.asteroid.ai/agents/v2/openapi.yaml
  • Webhooks: https://odyssey.asteroid.ai/webhooks/openapi.json

Start here

Call a workflow from your code

The whole integration, with working code in three languages

Executions and statuses

The lifecycle an execution moves through

Inputs and outputs

The contract between a workflow and your code

SDKs

TypeScript and Python clients