> For the complete documentation index, see [llms.txt](https://agumbe.gitbook.io/agumbe-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://agumbe.gitbook.io/agumbe-docs/readme.md).

# Agumbe AI

Agumbe gives engineering teams two focused control layers for production AI systems.

## AI Gateway

AI Gateway governs the path between applications and model providers. Use it to route requests, manage provider credentials, enforce guardrails and budgets, and observe tokens, cost, latency, errors, and traces.

[Explore AI Gateway →](/agumbe-docs/ai-gateway/ai-gateway.md)

## XContext

XContext governs the context used by AI agents. Use it to reduce bulky tool output, redact secrets, persist durable context references, retrieve only the material a task needs, and measure delivered token savings.

XContext can run entirely on a developer machine with an embedded SQLite store, or connect to Agumbe Cloud for shared sessions, API keys, and the web console.

[Explore XContext →](/agumbe-docs/xcontext/xcontext.md)

## Choose a starting point

| If you need to…                              | Start with                                                                |
| -------------------------------------------- | ------------------------------------------------------------------------- |
| Route or govern model requests               | [AI Gateway quickstart](/agumbe-docs/gateway-quickstart/first-request.md) |
| Add local context control to Codex           | [XContext quickstart](/agumbe-docs/xcontext/quickstart.md)                |
| Share context telemetry with a team          | [XContext cloud mode](/agumbe-docs/xcontext/cloud-mode.md)                |
| Operate provider keys, budgets, and policies | [AI Gateway console](/agumbe-docs/gateway-console/overview.md)            |

The products work independently and complement one another: XContext prepares and governs agent context; AI Gateway governs the model request that carries it.
