Your OpenAPI spec, all the way to production.

A docs site, SDKs in ten languages, an MCP server for agents, and monitoring that tells you when those SDKs break in production. One spec generates all four and keeps them current.

A published Octri documentation site generated from an OpenAPI spec, with the endpoint navigator on the left and a three-column reference page showing parameter tables, response schemas and a TypeScript SDK request example.
One input

Upload a spec once. Ship four products

Docs, SDKs, monitoring and agent tools. Each one stands on its own. They just happen to be better together.

Docs siteWritten, edited, publishedSDKs · 10 languagesTuned to your house styleObservabilityWhat breaks, and whyMCP serverYour API as agent tools
  1. input

    Your spec

    Any format: OpenAPI, Swagger, Postman or AsyncAPI, JSON or YAML. Normalised to OpenAPI 3.1.

  2. Docs site

    Written, edited, published

  3. SDKs · 10 languages

    Tuned to your house style

  4. Observability

    What breaks, and why

  5. MCP server

    Your API as agent tools

API StudioAPI documentation

Docs worth reading, from the spec you already have

AI writes the first draft for every endpoint. You edit it like a document. Nobody has to open the YAML.

  • Three-column endpoint pages with schema trees that open a level at a time
  • Live “try it” playground on every endpoint
  • MDX guides alongside the generated reference
  • Custom domains and white-label on every tier, so it stays your brand
See API Studio
Octri API Studio, editing an endpoint's generated documentation in place over the published reference page it produces, with parameter tables, response schemas and a request example in the reader's chosen SDK language.
SDK StudioSDK generator

Ten languages, built to your conventions

Rename methods, exclude endpoints, pick your HTTP engine and folder structure. Then let it publish itself.

  • Per-language config for namespaces, pagination, idempotency and code style
  • Custom hooks you write, compiled into the client
  • Auto-publish to npm, PyPI, Maven, crates.io, RubyGems and more
  • Build history so you can see exactly what shipped and when
See SDK Studio
SDKs are generated for TypeScript, Python, Go, Java, Dart, Ruby, PHP, Rust, Swift, Kotlin.
MonitoringSDK and API monitoring

Find out what breaks before your customers tell you

Two ways in: flip it on and the telemetry compiles into your generated SDKs, or drop the standalone package straight into your backend. Either way, there's no agent to deploy and nothing to instrument.

Octri Monitoring: querying structured logs, opening a raw event payload, grouped issues, a trace waterfall across client, server, cache and database, the service map, N+1 query detection, synthetic uptime checks and alert rules.

Logs

Query structured events directly by level, route, status code or release.

Issues

Errors grouped by fingerprint, each with the function and file that threw it.

Traces

One request end to end across client, server, cache, database and queue, with the slow span called out.

Service map

Every service, the calls between them, and the error rate on each edge.

N+1 queries

The same query fired in a loop, found for you and counted across traces.

Uptime

Synthetic probes on a schedule, with the run history behind every endpoint.

Alerts

Fire on burn rate and regressions, so a single stray 500 never wakes anyone.

Security

Credentials and identifiers are redacted client side before an event leaves your process, then again at ingest.

Monitoring is off by default and switches on from the dashboard. Credentials and direct identifiers, from tokens to email, phone and IP, are redacted on the client side, before an event leaves your process, then again at ingest. Personal context waits on your app's consent, under a pre-signed GDPR Article 28 DPA.

See Monitoring
MCPMCP server for agents

Stop agents from hallucinating your API

MCP is how an agent reaches something it was never trained on. Without it, Claude or Cursor integrates your API from memory. With it, one command turns your project into a server they connect to. Then they list your real endpoints and call them.

  • Seven documentation tools to search, read and navigate your docs
  • One callable tool per endpoint, so the agent can hit your API for real
  • Curated by SDK Studio, so your exclusion list becomes the agent's permission list
  • One line to install: npx @octri/mcp, with nothing to host
See MCP

Is your spec ready for code generation?

Paste your OpenAPI URL and get a score out of 10, on the same rules the SDK Studio runs. You see every missing schema, undeclared path parameter and awkward method name, before anyone generates a client from it.

JSON or YAML

An example audit runs alongside: a readiness score of 6.8 out of 10 across 24 operations, with the rules the spec passed and failed scrolling past it.

What the fourteen rules check, and what each one costs a generated SDK.

Change one. All four follow

Deprecate an endpoint in API Studio and the SDKs mark the method, the agent tools stop offering it, and monitoring shows you who still calls it. Add a language, cut a release, push a new spec: the same thing happens. There is one source underneath all four, so there is never a second place to go and update.

Everyone else stopsat “here's your SDK.”

That's the moment your code leaves your visibility. It runs on someone else's machine, fails on someone else's machine, and you hear about it in a support ticket three days later.

From spec to shipped in an afternoon

The whole pipeline from one OpenAPI spec: API documentation, client libraries in ten languages, an MCP server and production monitoring.

01

Connect your spec

Upload a file or link a GitHub repo. Coming from Postman or AsyncAPI? We translate it.

02

Review the draft

AI writes docs for every endpoint. Edit anything, publish when it reads right.

03

Pick your languages

Configure the SDKs, flip on monitoring, build. They publish themselves.

04

Push to repository

Every spec change reruns the whole pipeline. Docs, SDKs, agent tools, all in sync.

Already on something else?

We read your existing config and bring it across: navigation, custom pages, SDK settings and all. You don't start from a blank project.

See how Octri compares

Simple, combined pricing

Docs, SDKs and monitoring in one plan. Extra SDK languages are a flat add-on.

Extra languages are a flat $50/mo. Save 15% annually.

Free
$0/mo

For side projects and first APIs.

Start for free
Starter
$49/mo+ tax

For indie devs shipping real APIs.

Choose Starter
Recommended
Growth
$99/mo+ tax

For growing teams shipping fast.

Choose Growth
Business
$249/mo+ tax

For scaling products that need more.

Choose Business
Enterprise
Custom

Unlimited scale with SLA guarantees.

Contact sales
FeatureFree$0/moStarter$49/moGrowth$99/moBusiness$249/moEnterpriseCustom
SDK languages included124All 10Unlimited
Additional languagesNo+$50/mo each+$50/mo eachIncludedCustom
API endpoints50100300600Unlimited
AI credits / mo100 one-time1,0002,5005,000Custom
Monitoring ingress / mo100 MB1 GB5 GB20 GBCustom
AI-enhanced docs + chatYesYesYesYesYes
GitHub syncYesYesYesYesYes
Custom domainYesYesYesYesYes
VersioningNoNoYesYesYes
Custom code & componentsNoNoYesYesYes
White-labelNoNoNoYesYes
SDK CDN hosting + auto-publishNoNoNoYesYes
SSO / SAMLNoNoNoNoYes
SupportCommunityEmailPriorityPriorityDedicated

Notes from building it

What we learn shipping specs, SDKs and telemetry, written up properly.

All articles
What counts as a breaking change when your SDK is generated

Questions

Plans, spec changes, editing the generated docs and SDKs, training data and self-hosting.

No. Plans are not per-product, so you can leave one switched off and turn it on months later without redoing anything you have already set up.

Your spec is already written

Everything else takes an afternoon.