Docs / Getting started
Introduction
Learn about Rovelyx and how it can help your team.
What is Rovelyx?
Rovelyx is a unified API infrastructure platform. It provides a marketplace for discovering and subscribing to APIs, a control plane for managing keys and usage, and a runtime layer for AI agents to discover, request access to, and invoke approved tools.
Whether you're integrating third-party APIs into your product, publishing your own API for others to consume, or building AI agents that need autonomous tool access — Rovelyx provides the infrastructure.
Base URL
https://api.rovelyx.dev/v1Authorization header
Authorization: Bearer rvx_live_your_api_keycURL example
curl -X GET https://api.rovelyx.dev/v1/marketplace/search \
-H "Authorization: Bearer rvx_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{"query": "sentiment", "limit": 5}'Key concepts
Marketplace
Browse, search, and compare APIs across categories.
Subscriptions
Subscribe to API plans with automatic billing and access provisioning.
API keys
Generate scoped keys with granular permissions and rotation policies.
Agent runtime
MCP-compatible infrastructure for autonomous tool discovery and invocation.
Continue reading