Type something to search...

Programmatic access to workflows with REST API endpoints.

Base URLs

  • Production: https://ada-prod.scopeo.studio/projects/{project_id}/production/run
  • Development: https://ada-dev.scopeo.studio/projects/{project_id}/draft/run

Execute a workflow

Headers:

X-API-Key: your_api_key
Content-Type: application/json

Body:

{ "messages": [{ "role": "user", "content": "Hello" }] }
Quick Start tutorial

Ready to build production AI?

Start with the Quick Start guide or explore the API. Join the community and help shape the open-source platform for AI agents.