What you’ll find here
- Authentication - Authenticate public API requests with a workspace API key
- Errors and rate limits - Common error shapes, status codes, and concurrency behavior
- Error codes - Stable
error_codevalues and theGET /v1/error_codescatalog - Invoke metadata - Attach caller-defined metadata to prompt, workflow, and agent invokes for log inspection and filtering
- Invoke Prompt - Run a prompt deployment with
POST /v1/prompt/invoke - Invoke Workflow - Run a workflow deployment with
POST /v1/workflow/invoke - Invoke Agent - Send a message to an agent with
POST /v1/agent/invoke

