REST Endpoints

Here, you'll find an overview of Highflame's REST API, which enables you to work programmatically with the Highflame platform.

Authentication

All API requests to the Highflame Gateway require authentication. Typically, you'll do this with a combination of two headers:

  • X-Highflame-APIKey: Your personal Highflame API key, which authenticates you with the Highflame platform itself.

  • Authorization: Bearer <PROVIDER_API_KEY>: The API key for the downstream LLM provider (e.g., OpenAI) or MCP Server. Highflame securely proxies this key to the provider/mcp server.

Last updated