Getting started

Overview

ArcRouter is an OpenAI-compatible inference gateway. Calls are metered by the token and paid in USDC on Arc.

Base URL

base url
https://arcrouter.co/v1

Everything under /v1 follows the OpenAI wire format: POST /v1/chat/completions, POST /v1/embeddings and GET /v1/models. Existing OpenAI SDKs work by changing the base URL.

Two ways to pay

Authentication

http header
Authorization: Bearer arc_sk_...

There are no accounts, emails or passwords. The key is the account, and the wallet that funded it is its owner. Refunds always go back to that wallet.

Keys minted while the network is in dry-run mode start with arc_sk_test_. They carry no real USDC and only work in dry-run.

What is here