> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guardway.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# API Reference

> The public Guardway API is coming soon. The gateway already speaks an OpenAI-compatible API you can use today.

The public **Guardway management API** is in active development. It will give you programmatic control over everything the dashboard exposes — gateways, providers, models, keys, teams, usage.

<Note>
  This section will be replaced with a full OpenAPI-backed reference when the API ships. In the meantime, the gateway itself already exposes a stable **OpenAI-compatible inference API** you can call today.
</Note>

## What's available today

<CardGroup cols={2}>
  <Card icon="message" title="Inference API">
    Your gateway exposes `/v1/chat/completions`, `/v1/embeddings`, `/v1/models`, and more. It's a drop-in OpenAI-compatible endpoint — anything that talks to OpenAI talks to your gateway.
  </Card>

  <Card icon="plug" title="MCP integration" href="/platform/configuration/security#mcp">
    Register MCP servers with the gateway to give models access to tools.
  </Card>
</CardGroup>

## What's coming

* Gateway lifecycle (register, revoke, rotate credentials)
* Provider CRUD with per-gateway attachment
* Model inventory read / sync
* Key management (issue, rotate, revoke, scope)
* Usage and spend queries (same data as the dashboard, as JSON)
* Webhooks for budget alerts and health events

Want early access? Email [support@guardway.ai](mailto:support@guardway.ai).
