Authenticate Veryfront Cloud API requests with bearer credentials.
Veryfront Cloud APIs use API keys for server-side requests and MCP clients.Create an API key in the Veryfront dashboard. Keep it secret and load it from an environment variable or secret manager.Send the key in the Authorization header:
Authorization header
Authorization: Bearer YOUR_API_KEY
Project-scoped requests also need access to the target project. Use the project ID, slug, or reference required by the endpoint or tool.