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