Authentication
Every request must include your API key as a Bearer token in theAuthorization header.
Base URL
Quick Start
List your assets
Create an asset
Save a version checkpoint
Revert to a previous version
Query a brain
List the public brains, then run a semantic query against one:200 with a { success, error, data } envelope, so check success rather than the status code. The brain-level query is metered. See Brains for the full model.
Rate Limits
The Public API enforces a limit of 50 requests per minute per API key. When you exceed the limit, the API returns429:
Error Handling
The API uses standard HTTP status codes.Error response format
All errors return a JSON body with a singleerror field:
Key Endpoints
Check the API Reference for complete endpoint documentation with interactive examples, full request/response schemas, and parameter descriptions.

