Early access — shaping the product with you

API documentation that developers actually love

Generate Stripe-quality API docs from OpenAPI specs or a visual block editor. Publish in minutes, not weeks.

docs.yourapi.com
Getting Started
Introduction
Authentication
Rate Limits
Endpoints
Users
Products
Orders

Authentication

Authenticate requests by including an API key in the Authorization header.

GET /api/v1/users
POST /api/v1/users
DELETE /api/v1/users/:id
// Example request
const response = await fetch(
  'https://api.example.com/v1/users',
  {
    headers: {
      Authorization: `Bearer ${apiKey}`
    }
  }
);
Features

Everything you need to ship great docs

From visual editing to OpenAPI imports, ApiTrinity gives your team the tools to create documentation developers love.

Visual Block Editor

Notion-style editor with blocks for endpoints, code samples, callouts, tables, and more. No coding required.

OpenAPI Import

Import OpenAPI 3.0, 3.1, or Swagger 2.0 specs. ApiTrinity parses your schema and creates endpoint blocks automatically.

Stripe-Quality Output

Beautiful API documentation with a three-column layout, syntax highlighting, and customizable code samples — ready to publish in minutes.

Try It Playground

Embedded API playground lets developers test endpoints directly from your docs. Supports CORS proxy for browser requests.

Team Collaboration

Invite your team with role-based access. Owners, editors, and viewers each get the right level of control.

Custom Domains

Host your docs on your own domain with full branding control. Custom logos, colors, fonts, and even CSS injection.

How It Works

Three steps to beautiful docs

From import to publish in minutes, not weeks.

1

Import or Create

Upload your OpenAPI spec or start from scratch with our visual block editor. Build docs your way.

2

Customize

Add guides, changelogs, and tutorials. Customize branding with your colors, logo, and domain.

3

Publish

Hit publish and ApiTrinity generates a fast, static site. Your docs are live in seconds.

Interactive API Playground

Let developers try your API directly from the docs. Real requests, real responses, zero friction.

Auto-generated code samples in cURL, JavaScript, Python, Go
Built-in CORS proxy for browser-based requests
Parameter validation and response formatting
Dark and light mode support
Request
Response
curl -X POST \ https://api.example.com/v1/users \ -H 'Authorization: Bearer sk_live_...' \ -H 'Content-Type: application/json' \ -d '{ "name": "Jane Smith", "email": "jane@example.com", "role": "admin" }' // Response: 201 Created { "id": "usr_a1b2c3d4", "name": "Jane Smith", "email": "jane@example.com", "created_at": "2026-04-14T10:30:00Z" }
Pricing

Simple, transparent pricing

Start free, scale as you grow. No hidden fees.

Monthly Annual Save 20%

Free

Perfect for side projects and personal APIs.

€0 / month
1 project
10 API endpoints
10 builds / month
Try It playground
Client-side search
Get Started

Starter

For small teams getting started with docs.

€25 / month
2 projects
Unlimited endpoints
3 team seats
50 builds / month
Remove branding badge
Get Started

Enterprise

For organizations that need scale and compliance.

€400 / month
Unlimited everything
SSO (OIDC, Azure AD) Planned
OpenAPI sync via URL Planned
Custom CSS injection In Progress
99.9% uptime SLA
Dedicated build queue
Get Started
Built in public

An open roadmap, not empty promises

We share what we're building, what's next, and what just shipped. No guesswork — just honest progress.

Shipped
Visual Docs Editor

Page tree, endpoint blocks, inline rename, trash and restore — author polished API docs without touching YAML.

OpenAPI Import

Upload your OpenAPI spec and get a fully structured, editable docs project — endpoints, parameters, schemas, all in place.

Custom Domains

Your docs, your domain. We host; you serve from any domain or subdomain you choose.

In Progress
OpenAPI Spec Export

Build your docs in ApiTrinity and export an OpenAPI spec — ready for LLMs, API clients, and code generators.

llms.txt & llms-short.txt

Auto-generated llms.txt and llms-short.txt for every published site so LLMs and agents can discover your API reference.

Planned
AI-Assisted Documentation

Generate endpoint descriptions, validate schemas, and surface doc improvements with AI.

OpenAPI Sync from Source

Point at an OpenAPI URL or trigger from CI/CD — we diff, apply, and republish automatically.

Enterprise SSO

OIDC and Azure AD sign-in so your team authenticates through your existing identity provider.

Start building beautiful API docs today

Free to start. No credit card required. Set up in under 5 minutes.

Get Started