Photon Agent discovery API

Machine-readable discovery resources for agents and integrations.

Operations 3

GET /openapi.json Get this OpenAPI document #
GET /.well-known/openapi.json Get this OpenAPI document from the well-known path #
GET /.well-known/api-catalog Get the API catalog linkset #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/photon-agent-discovery-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

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.

OpenAPI Specification

photon-agent-discovery-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Photon website Agent discovery API
  summary: Public website API used by the Photon onboarding funnel and newsletter signup.
  description: Create or resume an onboarding session, save path-specific onboarding answers, submit a completed onboarding flow, and create Ghost newsletter signups. The companion onboarding schema endpoint returns the current path definitions, steps, and fields.
  version: '2026-05-13'
  contact:
    name: Photon Health
    url: https://photonhealth.com
servers:
- url: https://photonhealth.com
tags:
- name: Agent discovery
  description: Machine-readable discovery resources for agents and integrations.
paths:
  /openapi.json:
    get:
      tags:
      - Agent discovery
      operationId: getOpenApiSpec
      summary: Get this OpenAPI document
      responses:
        '200':
          description: OpenAPI 3.1 document for Photon website APIs.
          content:
            application/json:
              schema:
                type: object
  /.well-known/openapi.json:
    get:
      tags:
      - Agent discovery
      operationId: getWellKnownOpenApiSpec
      summary: Get this OpenAPI document from the well-known path
      responses:
        '200':
          description: OpenAPI 3.1 document for Photon website APIs.
          content:
            application/json:
              schema:
                type: object
  /.well-known/api-catalog:
    get:
      tags:
      - Agent discovery
      operationId: getApiCatalog
      summary: Get the API catalog linkset
      responses:
        '200':
          description: RFC 9727 linkset pointing to OpenAPI, docs, schema, and llms.txt.
          content:
            application/json:
              schema:
                type: object
components:
  securitySchemes:
    leadTokenHeader:
      type: apiKey
      in: header
      name: x-onboarding-lead-token
    leadTokenCookie:
      type: apiKey
      in: cookie
      name: photon_onboarding_lead
externalDocs:
  description: Photon developer documentation
  url: https://docs.photon.health/docs