Reference
Authentication
Learn how to authenticate with our API
WorkflowAI uses API keys for authentication. You can create and manage your API keys in your organization settings, or via our MCP tool create_api_key.
Keep your API key secure—never share it or expose it in client-side code (such as browsers or apps). API keys should always be loaded securely from an environment variable or a key management service on your server.
To authenticate, provide your API key using HTTP Bearer authentication.
Authorization: Bearer WORKFLOWAI_API_KEYHow is this guide?