Ogen website screenshot

Ogen

Ogen is an Apache-2.0 OpenAPI v3 code generator for Go, maintained by the ogen-go organization. It reads an OpenAPI v3 document at build time and emits a statically typed Go client and server: code-generated JSON encoding with no reflection or interface{}, code-generated validators, a static radix router, sum types for oneOf with name, type and value discrimination, Opt/Nil/OptNil wrappers instead of pointers, a typed SecuritySource interface, webhook client and server generation, Server-Sent Events client generation, and OpenTelemetry tracing and metrics. Behaviour is steered by a YAML config file with a published JSON Schema and by a twelve-term registry of x-ogen-* specification extensions. Ogen operates no hosted API of its own — it is distributed as a Go module, a pinned go.mod tool dependency, and a distroless container image.

Ogen publishes 1 API on the APIs.io network. Tagged areas include Code Generation, Go, OpenAPI, SDK, and Developer Tools.

Ogen’s developer surface includes documentation, API reference, getting-started guide, support, CLI, sandbox, changelog, and 17 more developer resources.

33.1/100 thin ▬ flat Agent 3/100 human only Full breakdown ↓
scored 2026-08-25 · rubric v0.14.0
1 APIs
Code GenerationGoOpenAPISDKDeveloper ToolsOpen-SourceJSON-SchemaClient LibrariesAPI DesignOpenTelemetry

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-25 · rubric v0.14.0
Composite quality — 33.1/100 · thin
Contract Quality 2.0 / 25
Developer Ergonomics 13.2 / 20
Access Clarity 3.2 / 20
Operational Transparency 4.8 / 13
Contract Governance 4.0 / 12
Discoverability 5.9 / 10
Agent readiness — 3/100 · human only
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
Documented Reversibility 0 / 6
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Delegated User Identity 0 / 6
Protected Resource Metadata 0 / 5
Registration Without a Human 0 / 6
Agentic Commerce Surface 0 / 5
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/ogen: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

Ogen

The ogen code generator. Invoked as a build-time CLI against a local OpenAPI v3 document — `ogen [options] ` — it writes a Go package containing a typed client, server, ro...

Pricing Plans 1

Published pricing tiers and plan structures.

Ogen Plans Pricing

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Ogen Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Ogen Finops

FINOPS

JSON Schema 1

Standalone JSON Schema definitions for this provider's data models.

Ogen Configuration Schema

3 properties

JSON SCHEMA

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Ogen Domain Security

TLSv1.3

SECURITY

Ogen Vulnerability Disclosure

security.txt

SECURITY

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 3

Pagination, idempotency, versioning, errors, and events

Build 5

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: ogen
name: Ogen
description: 'Ogen is an Apache-2.0 OpenAPI v3 code generator for Go, maintained by the ogen-go organization. It reads an
  OpenAPI v3 document at build time and emits a statically typed Go client and server: code-generated JSON encoding with no
  reflection or interface{}, code-generated validators, a static radix router, sum types for oneOf with name, type and value
  discrimination, Opt/Nil/OptNil wrappers instead of pointers, a typed SecuritySource interface, webhook client and server
  generation, Server-Sent Events client generation, and OpenTelemetry tracing and metrics. Behaviour is steered by a YAML
  config file with a published JSON Schema and by a twelve-term registry of x-ogen-* specification extensions. Ogen operates
  no hosted API of its own — it is distributed as a Go module, a pinned go.mod tool dependency, and a distroless container
  image.'
type: Index
accessModel:
  pricing: open-source
  onboarding: self-service
  trial: false
  try_now: true
  public: true
  label: Open Source (Apache-2.0)
  confidence: high
  source:
  - https://github.com/ogen-go/ogen/blob/main/LICENSE
  - https://ogen.dev/docs/intro
  generated: '2026-08-06'
  method: searched
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/ogen.png
tags:
- Code Generation
- Go
- OpenAPI
- SDK
- Developer Tools
- Open-Source
- JSON-Schema
- Client Libraries
- API Design
- OpenTelemetry
tags_raw:
- Code Generation
- Go
- OpenAPI
- SDKs
- Developer Tools
- Open Source
- JSON Schema
- Client Libraries
- API Design
- OpenTelemetry
url: https://raw.githubusercontent.com/api-evangelist/ogen/refs/heads/main/apis.yml
created: '2026-03-25'
modified: '2026-08-06'
specificationVersion: '0.23'
apis:
- aid: ogen:ogen
  name: Ogen
  description: The ogen code generator. Invoked as a build-time CLI against a local OpenAPI v3 document — `ogen [options]
    <spec>` — it writes a Go package containing a typed client, server, router, validators and JSON codecs. There is no hosted
    endpoint, no authentication and no base URL; the machine-readable contract is the published JSON Schema for the .ogen.yml
    configuration file.
  humanURL: https://ogen.dev
  tags:
  - Code Generation
  - Go
  - OpenAPI
  - SDK
  - Developer Tools
  tags_raw:
  - Code Generation
  - Go
  - OpenAPI
  - SDKs
  - Developer Tools
  properties:
  - type: Documentation
    url: https://ogen.dev/docs/intro
  - type: GettingStarted
    url: https://ogen.dev/docs/intro
  - type: GitHubRepository
    url: https://github.com/ogen-go/ogen
  - type: JSONSchema
    url: json-schema/ogen-config.jsonschema.json
  - type: CLI
    url: cli/ogen-cli.yml
common:
- type: Website
  url: https://ogen.dev
- type: DeveloperPortal
  url: https://ogen.dev
- type: Documentation
  url: https://ogen.dev/docs/intro
- type: APIReference
  url: https://pkg.go.dev/github.com/ogen-go/ogen
- type: GettingStarted
  url: https://ogen.dev/docs/intro
- type: GitHubOrganization
  url: https://github.com/ogen-go
- type: SourceCode
  url: https://github.com/ogen-go/ogen
- type: License
  url: https://github.com/ogen-go/ogen/blob/main/LICENSE
- type: Support
  url: https://github.com/ogen-go/ogen/discussions
- type: Community
  url: https://t.me/ogen_dev
- type: JSONSchema
  url: json-schema/ogen-config.jsonschema.json
- type: Packages
  url: packages/ogen-packages.yml
- type: SDKs
  url: packages/ogen-packages.yml
- type: CLI
  url: cli/ogen-cli.yml
- type: Sandbox
  url: sandbox/ogen-sandbox.yml
- type: Vocabulary
  url: vocabulary/ogen-extensions.yml
- type: Conformance
  url: conformance/ogen-conformance.yml
- type: ChangeLog
  url: changelog/ogen-changelog.yml
- type: Lifecycle
  url: lifecycle/ogen-lifecycle.yml
- type: AgentSkill
  url: skills/_index.yml
- type: LLMsTxt
  url: llms/ogen-llms.txt
- type: VulnerabilityDisclosure
  url: security/ogen-vulnerability-disclosure.yml
- type: Security
  url: https://github.com/ogen-go/ogen/blob/main/SECURITY.md
- type: DomainSecurity
  url: security/ogen-domain-security.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
x-enrichment:
  date: '2026-08-06'
  status: enriched
  artifacts_added: 14
  pass: local-v1

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/ogen"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/ogen/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/ogen/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.