Docs

API reference

REST API overview

Authentication, base URLs, pagination and errors for the REST API.

6 min

Updated

Everything in the console is available over HTTPS. The SDKs wrap this API.

Base URL




Authentication

Send your key as a bearer token.

curl https://api.eu.eventide.ai/v1/agents \
  -H "Authorization: Bearer $EVENTIDE_API_KEY"
curl https://api.eu.eventide.ai/v1/agents \
  -H "Authorization: Bearer $EVENTIDE_API_KEY"
curl https://api.eu.eventide.ai/v1/agents \
  -H "Authorization: Bearer $EVENTIDE_API_KEY"

Main resources

  • /agents register, list and update agents

  • /tasks create tasks and read their status

  • /runs read traces and replay runs

  • /approvals list and decide pending approvals

Errors

Errors return a JSON body with code, message and request_id. Include the request id when you contact support.

Create a free website with Framer, the website builder loved by startups, designers and agencies.