ONE INDEPENDENT AI GATEWAY

One gateway.
Every workflow.

Connect Codex, Claude, OpenCode and more through one familiar API.
Keep one endpoint as your tools evolve.

Independent AI gateway Private preview
BUILT FOR THE TOOLS YOU USE
CodexClaudeOpenCodeAnd more

THE IDEA IS SIMPLE

A little less between
you and what’s next.

Keep the interface familiar.
Make room for more possibilities.

01 / SIMPLICITY

One place to connect.

A single base URL and a familiar request format. Less integration work between an idea and its first request.

02 / FLEXIBILITY

The choice stays yours.

Specify the model in your request. Keep that decision close to your application, where it belongs.

03 / CLARITY

A deliberate foundation.

Key-based access and encrypted connections. A focused gateway with a small, straightforward surface.

ONE CONTINUOUS PATH

Built around
the request.

Your application keeps a familiar shape. XEDOC handles the connection between your request and the model you choose.

01 Your app Request
XEDOC
03 Your model Response
ROUTE RETURN

FAMILIAR BY DESIGN

Your next idea.
Your existing tools.

Point your client at XEDOC, choose a model and send your request. The interface should feel like something you already know.

BASE URL https://api.xedoc.top/v1

Private preview. Model requests will be available when access opens.

# A familiar request. A new connection.
curl https://api.xedoc.top/v1/responses \
  -H "Authorization: Bearer $XEDOC_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "YOUR_MODEL_ID",
    "input": "Make something worth building."
  }'
Responses APIExample request

A FEW DETAILS

Good questions.
Clear answers.

03
01 What is XEDOC?

XEDOC is an independent API gateway that connects your application to model providers through a common interface.

02 Can I use my existing client?

The gateway follows familiar OpenAI-compatible request formats. Set your base URL to https://api.xedoc.top/v1 and use your XEDOC API key. Feature support depends on the endpoint and selected model.

03 Is access available yet?

XEDOC is currently in private preview. Public key creation, pricing and model availability will be published when access opens.

ROOM FOR WHAT COMES NEXT

Make the connection.

A considered interface for the next thing you build.

Explore XEDOC