API Reference
API Reference
Call the executor and MCP gateway over their implemented HTTP surfaces.
The open-source runtime has two public HTTP boundaries:
| Service | Base path | Purpose |
|---|---|---|
| Executor | /v1 | Tool execution, execution history, optional dev connections |
| MCP gateway | /mcp | Streamable HTTP discovery, SSE, tool calls, and experimental Tasks |
All executor examples use:
HTTP
Authorization: Bearer eyeball_project_key
Content-Type: application/json