API Reference
The Steerco REST API exposes HTTP endpoints for managing presentations, templates, themes, and entities. All endpoints return JSON and share the same authentication model as the MCP server.Base URL
/api/v1/.
Authentication
Every request requires a bearer token. See Authentication for how to generate an API key.X-Workspace-Id header. List your workspaces first to get a valid ID.
Response Format
Successful responses return JSON with a200 or 201 status. Errors return a JSON body with error and message fields:
400— malformed request (check your payload)401— missing or invalid auth token403— plan does not include API access, or insufficient permissions404— resource not found or not accessible in this workspace429— rate limit exceeded

