Skip to content

PRODUCT · FORGE API

Wire-compatible. Sovereign-hosted. Evidence-bearing.

Drop in to your existing OpenAI or Anthropic SDK. Change one base URL. Gain a cryptographic receipt on every inference, EU-residency by default, and constitution-bound endpoints.

FROM PROMPT TO PROOF.

// Switch from OpenAI to Forge — change ONE line.
- baseURL: 'https://api.openai.com/v1'
+ baseURL: 'https://api.forge.openstatestack.solutions/v1'

// The response now carries one extra field:
+ completion.proof.receipt
+   → { id, anchor, constitution, request_hash, response_hash, residency, … }

CAPABILITIES

Nine guarantees. One base URL switch.

01

OpenAI-wire compatibility

/v1/chat/completions, /v1/completions, /v1/embeddings, /v1/images — same shapes.

02

Anthropic-wire compatibility

/v1/messages schema — same shapes.

03

Cryptographic receipts

Every response includes proof.receipt with a chain-anchored hash.

04

Constitution-bound API keys

Each key is bound to a named agent constitution; out-of-scope calls refused.

05

EU-residency by default

Inference runs in EU regions; per-municipality residency available.

06

ZKP-encrypted payloads

Optional payload encryption that survives the inference round-trip.

07

Audit-friendly billing

Every call has a receipt that procurement can read alongside the invoice.

08

Forge-native models

forge-conductor-1 and forge-conductor-1-mini — tuned for government workloads.

09

Bring-your-own model

Hosted in your jurisdiction; receipts and constitutions still apply.

MIGRATION

From OpenAI or Anthropic to Forge — no SDK rewrite.

FeatureOpenAIAnthropicForge API
Endpoint shape/v1/chat/completions/v1/messagesboth
SDK changesbase URL onlybase URL onlybase URL only
Cryptographic receipts
EU residency by default
Constitution-bound keys
eIDAS 2.0-alignedstage 2 pending
Streaming
Function calling / tools
Visionroadmap

Switch one base URL. Keep your SDK.

Forge API is in early access for sovereign engagements. Tell us where you are migrating from.

FROM PROMPT TO PROOF.