Back to Scribe docs

Scribe API

The Scribe (getscribe.ai) REST API is version 1. Agents should start at the OpenAPI document, then authenticate per the auth.md runbook. The MCP server is the preferred agent surface.

Discover

Versioning

Current version is v1. Call /api/v1/... or the unversioned alias /api/.... Responses include API-Version: 1. Breaking changes will ship as /api/v2/.

Deprecation is signaled with the HTTP Deprecation header (RFC 9745) and a Sunset date (RFC 8594) at least 90 days before removal.

Rate limits

REST allows 120 requests per 60 seconds per client. Successful responses include RateLimit-Limit, RateLimit-Remaining, RateLimit-Reset, and RateLimit. A 429 also includes Retry-After.