Developer Integration

Integrate the Constitution Into Your AI Stack

Resonatia provides a coordination layer that sits above any AI model. Works with your existing model providers. Optional but powerful. Deterministic policy evaluation. Privacy-first.

Built for Builders

Agent developers

Add constitutional guardrails to autonomous agents without changing your model provider. Deterministic policy evaluation keeps behavior predictable.

AI startups

Ship with built-in accountability from day one. Differentiate with transparent, verifiable guardrails that users and enterprises trust.

Enterprise teams

Meet compliance and governance requirements with a coordination layer that works across your existing model stack.

Platform engineers

Integrate once and support multiple models. Resonatia sits above the model—no vendor lock-in.

How Resonatia Fits Into Your Stack

User / Agent
Constitution Layer
Model Provider
Optional Network Validation

Model-agnostic. Deterministic. Privacy-first.

Three Ways to Integrate

API Gateway

Route requests through Resonatia for the fastest adoption path. Minimal changes to your existing code.

fetch("https://api.resonatia.io/v1/chat", {
  method: "POST",
  headers: { "Authorization": "Bearer YOUR_KEY" },
  body: JSON.stringify({ model, messages })
})

SDK / Middleware

Local evaluation before the model call. Ideal for privacy-sensitive workloads where data stays on your infrastructure.

await withConstitution(request)

Network Validation

For higher-risk autonomous actions, add distributed verification. Multiple nodes validate before execution.

Quickstart

1. Get API key

Sign up at the Console and create an API key.

2. Send your first request

Use the same format as OpenAI-compatible API:

curl -X POST https://api.resonatia.io/v1/chat/completions \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"tinyllama","messages":[{"role":"user","content":"Hello"}]}'

3. Inspect the policy decision

Response headers include policy metadata. Check the docs for details.

Works With Your Existing Models

OpenAIAnthropicGoogleOpen-source modelsLocal inference

Resonatia operates as a coordination layer above the model — not a model replacement.

Privacy-First by Design

  • No raw prompt logging
  • Deterministic evaluation
  • Model-agnostic architecture
  • Optional network validation

Start Building With Constitutional Guardrails