Auth and scopes
Auth modes
- Read-only discovery surfaces are public.
- Transactional endpoints require scoped credentials.
Common scopes
search.readstats.readfeeds.readmcp.readquote.write,quote.readcheckout.write,checkout.read
Headers
- API key:
x-api-key: <key> - Bearer (where configured):
Authorization: Bearer <token>
For write endpoints, include:
Idempotency-Key: <unique-key>