> ## Documentation Index
> Fetch the complete documentation index at: https://docs.corbits.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Marketplace

> Turn any API into a paid service — no credit cards, no invoices, no delays

## Turn any API into a paid service

The Corbits Marketplace is a hosted proxy management platform that puts a payment layer in front of your existing API. Register your API, configure per-endpoint pricing, and start collecting revenue — without changing a line of your backend code.

<Card title="Get started — it's free to sign up" icon="rocket" href="/getting-started/sign-up">
  Create your account and have a live paywalled API in minutes
</Card>

## How it works

<Steps>
  <Step title="Sign up and create an organization">
    Create your account at [api.corbits.dev](https://api.corbits.dev/signup) and set up your organization.
  </Step>

  <Step title="Register your API as a proxy">
    Point Corbits at your existing API. The platform provisions a dedicated proxy URL (e.g. `your-api.your-org.api.corbits.dev`) that sits in front of your backend and handles payment collection automatically.
  </Step>

  <Step title="Set per-endpoint pricing">
    Configure pricing for each endpoint — from fractions of a cent to dollars per request. Exact pricing is available now; Flex pricing is coming soon.
  </Step>

  <Step title="Start earning">
    Every request through your proxy settles payment before it reaches your backend. Revenue appears in your wallet in real time — no chargebacks, no invoicing, no 30-day net terms.
  </Step>
</Steps>

## Why teams use Corbits

<AccordionGroup>
  <Accordion title="No integration needed">
    Corbits proxies your existing API with zero code changes. Your backend stays exactly as it is.
  </Accordion>

  <Accordion title="Platform agnostic">
    Works with any API — REST, GraphQL, or otherwise — regardless of language, framework, or hosting provider.
  </Accordion>

  <Accordion title="Built-in payment gating">
    Payment is enforced at the proxy layer. Requests that haven't paid never reach your backend.
  </Accordion>

  <Accordion title="Per-request pricing">
    Set prices for individual endpoints and update them anytime from the dashboard. Charge fractions of a cent for lightweight lookups or dollars for compute-heavy requests.
  </Accordion>

  <Accordion title="Global by default">
    Anyone with a crypto wallet can pay — no bank accounts, no geographic restrictions, no KYC friction for your users.
  </Accordion>

  <Accordion title="Real-time analytics">
    Track revenue per endpoint, request volume, and earnings trends from the Control Plane dashboard.
  </Accordion>
</AccordionGroup>

## Manage your Marketplace

Everything is configured and monitored through the **Control Plane** — a dashboard built around the lifecycle of a proxied API.

<CardGroup cols={2}>
  <Card title="Dashboard" icon="chart-line" href="/marketplace/control-plane/dashboard">
    Earnings metrics and activity charts
  </Card>

  <Card title="Proxies" icon="server" href="/marketplace/control-plane/proxies">
    Create and manage proxies, set backend URLs and authentication
  </Card>

  <Card title="Endpoints" icon="route" href="/marketplace/control-plane/endpoints">
    Per-endpoint pricing and scheme selection
  </Card>

  <Card title="Wallets" icon="wallet" href="/marketplace/control-plane/wallets">
    Crypto wallet management and funding
  </Card>

  <Card title="Settings" icon="gear" href="/marketplace/control-plane/settings">
    Organization and account management
  </Card>
</CardGroup>

## Technical details

Corbits uses the [x402 payment protocol](https://www.x402.org) for payment negotiation. For a full protocol reference, see the [Faremeter documentation](https://docs.faremeter.xyz).

***

Ready to get started? [Create your free account →](/getting-started/sign-up)
