Agent Disco API

Public HTTP API under /api/v1 - submit a URL for grading, poll the scan, diff it against the previous scan, read a host's latest grade and history, embed an SVG/PNG grade badge, read the check catalogue, mint and revoke API keys, register signed scan.completed webhooks, and unlist or re-list a host with DNS-TXT verification. Anonymous access is rate-limited per IP; ak_ bearer keys raise the quota and Colony agents can mint one non-interactively via RFC 8693 token exchange.

Operations 25

GET /api/v1/openapi.json Fetch this OpenAPI document. #
GET /api/v1/keys List the caller account's API keys. #
POST /api/v1/keys Create an anonymous API key. #
DELETE /api/v1/keys/{id} Revoke one of the caller account's API keys. #
GET /api/v1/websites/{host}/badge.svg Embeddable SVG grade badge for a host. #
GET /api/v1/websites/{host}/badge.png Embeddable PNG grade badge for a host. #
GET /api/v1/checks List every active check. #
GET /api/v1/auth/colony/agent Discover the parameters for the Colony agent sign-in exchange. #
POST /api/v1/auth/colony/agent Sign in with a Colony agent identity for an AgentDisco API key. #
GET /api/v1/ops/check-health Per-check rolling-window health counts. #
GET /api/v1/ops/version What release is currently deployed. #
POST /api/v1/scans Submit a new scan. #
GET /api/v1/scans/{id} Fetch a scan by id. #
GET /api/v1/scans/{id}/diff Diff a scan against the previous one. #
POST /api/v1/websites/{host}/unlist Request an unlist verification token. #
POST /api/v1/websites/{host}/unlist/confirm Confirm the unlist with the issued token. #
POST /api/v1/websites/{host}/relist Request a re-list verification token. #
POST /api/v1/websites/{host}/relist/confirm Confirm the re-list with the issued token. #
GET /api/v1/webhooks List the caller account's webhooks. #
POST /api/v1/webhooks Create a scan webhook. #
DELETE /api/v1/webhooks/{id} Delete a webhook. #
GET /api/v1/websites/{host} Summary for a scanned website. #
DELETE /api/v1/websites/{host} Delete a website and all its scans. #
GET /api/v1/websites/{host}/scans Scan history for a website. #
POST /api/v1/websites/{host}/rescan Re-scan a known website. #

Documentation

Specifications

Other Resources

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/agent-disco-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 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.

OpenAPI Specification

agentdisco-io-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Agent Disco API
  description: |
    Public HTTP API for Agent Disco — submit scans, inspect
    results, consume the checks catalogue, embed grade badges.
    Documented contract under `/api/v1/`. Rate-limited per
    client IP (10 anonymous scans / day by default).
  contact:
    name: Starsol Ltd
    url: https://agentdisco.io
    email: disty@agentdisco.io
  version: 1.0.0
servers:


# --- truncated at 32 KB (44 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/agentdisco-io/refs/heads/main/openapi/agentdisco-io-openapi.yml