# GateYourWay API > GateYourWay is a branded AI API gateway with OpenAI-compatible and Anthropic-compatible endpoints, scoped `gyw-sk-...` API keys, streaming responses, and token-based billing. ## Primary resources - [Human documentation](https://api.gateyourway.com/docs): Integration guides and endpoint examples. - [Full AI context](https://api.gateyourway.com/llms-full.txt): Detailed machine-readable API instructions for coding agents. - [OpenAPI schema](https://api.gateyourway.com/openapi.json): Current public API schema. - [Public model catalog](https://api.gateyourway.com/catalog/models): Current public models, groups, endpoints, and prices. - [Public pricing](https://gateyourway.com/pricing.md): Input, output, cache-read, and cache-write rates. - [Service status](https://api.gateyourway.com/status): Current gateway health. - [User cabinet](https://api.gateyourway.com/cabinet/#/): Account, balance, API keys, model catalog, and usage ledger. ## Integration facts - OpenAI-compatible base URL: `https://api.gateyourway.com/v1` - OpenAI-compatible endpoints: `/chat/completions`, `/responses`, and `/models` - Anthropic-compatible endpoint: `https://api.gateyourway.com/v1/messages` - Authentication: `Authorization: Bearer gyw-sk-YOUR_KEY` for OpenAI-compatible clients - Anthropic authentication: `x-api-key: gyw-sk-YOUR_KEY` - Public API keys start with `gyw-sk-` - Supported public families include GPT-5.5, GPT-5.6, Grok 4.5, and Claude - Use the public catalog for current availability and pricing Do not infer or expose private upstream providers, credentials, internal routing, procurement prices, or non-public model groups.