First API call
Use this page when you are not using the TypeScript SDK yet. For typed helpers, see First SDK call.Fetch the documentation index before exploring: llms.txt
Base URL
Authentication
Every request needs your API key:Health check
Invoke a receptor
Replacesupport-bot with your receptor slug and set X-Brain-Id when the receptor is brain-scoped:
job_id. Poll GET /v1/jobs/{job_id} or stream tokens — see Jobs and streaming.
When to use HTTP vs SDK
| Situation | Recommendation |
|---|---|
| TypeScript / Node / Bun | TypeScript SDK |
| Python, Go, Ruby, etc. | HTTP + OpenAPI JSON |
| Shell scripts | CLI or curl |
Next steps
- Integrate the API — full walkthrough
- Authentication — credential matrix
- API reference — endpoint hub