Skip to main content
Base URL: https://api.boxcrew.ai Interactive docs: https://api.boxcrew.ai/docs

Authentication

All API endpoints require authentication via the Authorization header.

API key

Create an API key from the dashboard or with the CLI. Keys start with bxk_.

Supabase JWT

If you’re building on top of BoxCrew’s frontend auth, you can also use a Supabase access token directly:

Errors

The API returns standard HTTP status codes. Error responses include a JSON body:

Streaming

The POST /agents/{name}/chat endpoint returns an SSE stream. Use curl -N or an SSE client library to consume it:
Each event is a JSON object on a data: line: