Machine-readable companion: /docs-for-robots

Arc/docs

Overview

Arc Documentation

Arc is an OpenAI-compatible gateway with route policy, workflow tracing, traffic controls, and observability layered on top. This section breaks the product into actual operational surfaces instead of one long reference page.

What Arc Is

Arc has three product layers: a data plane proxy in the request path, a control plane dashboard for configuration, and an operations layer for things like traces, shadow testing, smart-tier routing, and memory.

Request Path

Application

Your existing OpenAI-compatible request.

Arc key + optional route headers

Arc Proxy

Auth, route policy, logging, memory, limits, and routing.

Provider request

Provider

OpenAI, Anthropic, or another configured upstream.

Core idea

Your application still sends normal OpenAI-style requests. Arc adds authentication, route policy, logging, optional memory injection, workflow grouping, and provider forwarding in the middle.

Product Model

Route

The primary traffic entrypoint. A route defines model defaults, prompts, limits, dynamic routing, memory binding, and rollout policy.

Workflow

A grouping mechanism for multi-step or agent runs. Workflows define budgets, timeouts, and max-call policy.

Trace

One workflow execution made of spans or calls. Traces let you reason about a run instead of isolated requests.

Read By Task