Fern · Example Payload

Fern Docs Config Example

Agent ReadyArtificial IntelligenceAPI DefinitionsAsyncAPICode GenerationDeveloper ExperienceDeveloper PortalDocumentationgRPCllms-txtMCPOpenAPIOpenRPCPlatformProtobufSDKWebSockets

Fern Docs Config Example is an example object payload from Fern, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledomainlogocolorsnavigationversionsaiauth

Example Payload

fern-docs-config-example.json Raw ↑
{
  "title": "Example Developer Docs",
  "domain": "docs.example.com",
  "logo": {
    "light": "./logo-light.svg",
    "dark": "./logo-dark.svg",
    "href": "https://example.com"
  },
  "colors": {
    "accentPrimary": "#5C44E4",
    "background": "#0B0B12"
  },
  "navigation": [
    {"tab": "Documentation", "contents": [
      {"section": "Getting Started", "contents": [
        {"page": "Overview", "path": "./pages/overview.mdx"},
        {"page": "Quickstart", "path": "./pages/quickstart.mdx"}
      ]}
    ]},
    {"tab": "API Reference", "contents": [
      {"api": "openapi"}
    ]}
  ],
  "versions": [
    {"version": "v2", "url": "/v2"},
    {"version": "v1", "url": "/v1"}
  ],
  "ai": {
    "askFernEnabled": true,
    "llmsTxtEnabled": true,
    "mcp": {
      "enabled": true,
      "endpoint": "https://fern-mcp-server.vercel.app/api/mcp"
    }
  },
  "auth": {
    "type": "public"
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • 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 example
curl "https://apis.io/api/v1/examples/fern-docs-config-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

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.