# AGENT GATEWAY

- [Multi-Protocol Gateway](https://docs.highflame.ai/agent-gateway/ai-gateway.md): The Highflame Agent Gateway — unified LLM proxy, MCP routing, guardrails, and observability for all agent traffic.
- [Integrated Guardrails](https://docs.highflame.ai/agent-gateway/agent-gateway.md)
- [Securing Model Calls](https://docs.highflame.ai/agent-gateway/securing-model-calls.md)
- [Securing MCP Usage](https://docs.highflame.ai/agent-gateway/securing-mcps.md)
- [OAuth & MCP Credentials](https://docs.highflame.ai/agent-gateway/credential-modes.md): How the Highflame Agent Gateway handles downstream credentials — Internal, OAuth Passthrough, and Token Broker modes.
- [MCP Registry](https://docs.highflame.ai/agent-gateway/mcp-registry.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.highflame.ai/agent-gateway.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
