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

# Integrations

- [Integration Options](https://docs.revenium.io/integrations/integrations.md)
- [SDK Setup](https://docs.revenium.io/integrations/sdk-setup.md)
- [API Key Permissions](https://docs.revenium.io/integrations/api-key-permissions.md): Revenium API keys use scoped prefixes for metering, write access, and read-only integrations. Choose the narrowest scope your integration needs.
- [Rate Limits](https://docs.revenium.io/integrations/rate-limits.md)
- [Idempotency](https://docs.revenium.io/integrations/idempotency.md)
- [Webhook Signing](https://docs.revenium.io/integrations/webhook-signing.md)
- [Provider Integrations](https://docs.revenium.io/integrations/provider-integrations.md)
- [API Data Sources](https://docs.revenium.io/integrations/api-data-sources.md)
- [OTLP Integration](https://docs.revenium.io/integrations/otlp-integration.md)
- [Context7 and AI Docs Access](https://docs.revenium.io/integrations/context7.md): Access Revenium documentation from AI coding assistants via Context7 or llms.txt.
- [MCP Server](https://docs.revenium.io/integrations/mcp-server.md): The Revenium MCP Server is the fastest way to connect AI agents — like Claude — directly to your Revenium account
- [MCP Server for Rancher Prime](https://docs.revenium.io/integrations/mcp-server/rancher-prime.md): The Revenium MCP Server for Rancher is in private beta -- contact sales@revenium.io if you'd like early access.
- [Revvy CLI](https://docs.revenium.io/integrations/revvy-cli.md): An AI-powered CLI assistant that connects your billing providers, scans your codebase for AI calls, generates Revenium metering configuration, and wires up CI checks — all in one guided flow.
- [Slack](https://docs.revenium.io/integrations/slack.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/integrations.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.
