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 20 more developer resources.

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

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. 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. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

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 4

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 5

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
deliveryModel:
  model: unknown
  open_source: unknown
  commercial: false
  callable_host: false
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - repository-unlicensed
  generated: '2026-08-28'
  method: derived
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: IssueTracker
  url: https://github.com/ogen-go/ogen/issues
- type: Releases
  url: https://github.com/ogen-go/ogen/releases
- type: ContributionGuide
  url: https://github.com/ogen-go/ogen/blob/main/CONTRIBUTING.md
- 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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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