Developer documentation
Build against the versioned REST API or connect a compatible client to the remote MCP server.
Start with the contract
Use the published OpenAPI document as the source of truth for REST paths, request schemas, response envelopes, and operation limits.
Create durable work
Mutating requests accept idempotency keys and return durable resource identifiers. Provider work continues asynchronously.
Protect credentials
Keep API keys in a server-side secret manager. Do not put them in browser bundles, URLs, logs, prompts, or downloaded files.