# Connect Your Agent

Use this page as the quick route into Revenium from your AI tooling. If you are using Claude Code, Cursor, Codex, Gemini CLI, a browser-based assistant, or another coding agent, start here and choose the setup path that matches your workflow.

## Choose Your Path

| Goal                                            | Start here                                               | Use when                                                                                                     |
| ----------------------------------------------- | -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| Give an AI assistant access to Revenium docs    | [Context7 and AI docs access](/integrations/context7.md) | You want your agent to retrieve Revenium schemas, SDK guidance, and API references while it works.           |
| Connect an MCP-compatible assistant to Revenium | [MCP Server](/integrations/mcp-server.md)                | You want an agent to query Revenium data, inspect cost spikes, or help configure governance.                 |
| Let Revvy instrument a codebase                 | [Revvy CLI](/integrations/revvy-cli.md)                  | You want a guided CLI flow that scans code, configures metering, and helps AI coding tools finish the setup. |
| Send telemetry through standard OTLP            | [OTLP Integration](/integrations/otlp-integration.md)    | You already use OpenTelemetry or need a vendor-neutral telemetry path.                                       |
| Call the API directly                           | [API Reference](https://revenium.readme.io)              | You need direct API integration or schema-level implementation details.                                      |

## Where This Fits

Use Quickstart pages when you need orientation and a first path. Use Integrations pages when you need exact commands, keys, protocol details, provider setup, or long-term maintenance guidance.

## Related

* [5-Minute Quickstart](/get-started/quickstart/5-minute-quickstart.md)
* [Connecting Providers](/get-started/quickstart/connecting-providers.md)
* [API Data Sources and OTLP](/get-started/quickstart/api-data-sources-and-otlp.md)
* [Integration Options](/integrations/integrations.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.revenium.io/get-started/quickstart/connect-your-agent.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.
