Authentication
All API requests require an API key.
REST API – Include your key in the request header:
Authorization: Bearer YOUR_API_KEY
MCP Server – Pass your key as a query parameter:
?apiKey=YOUR_API_KEY
API keys are tied to your account and determine your access level. Keep them secure and rotate them regularly.
Last updated