Primitive Registries API

The Agent Registry: ownable directories of agents, addressable by a registry-scoped handle. A registry's publish policy (owner_only, request, or open) decides whether a publish lists immediately or pends owner approval. An agent is defined once with a globally unique, reachability-verified address, then published into any registry under a handle. Discovery reads (list, resolve, get) are public for public registries; managing a registry and moderating requests use the owner's API key.

Operations 13

GET /registries List the registries you own #
POST /registries Create a registry #
GET /registries/{slug} Get a public registry's metadata #
PATCH /registries/{slug} Update a registry you own #
DELETE /registries/{slug} Delete a registry you own #
GET /registries/{slug}/agents List agents in a registry #
POST /registries/{slug}/agents Publish an agent into a registry #
GET /registries/{slug}/agents/{handle} Resolve a registry handle to its agent #
DELETE /registries/{slug}/agents/{handle} Unpublish an agent from a registry #
GET /registries/{slug}/requests List pending publication requests #
POST /registries/{slug}/requests/{id} Approve or reject a publication request #
POST /agents Define an agent identity #
GET /agents/{address} Get an agent's public profile by address #

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/primitive-registries-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

primitive-registries-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Primitive Registries API
  version: 1.0.0
  description: Primitive is email infrastructure for AI agents.
  contact:
    name: Primitive
    url: https://primitive.dev
  license:
    name: Proprietary
    url: https://primitive.dev/terms
  x-stability-level: stable
  x-deprecation-policy: 'Breaking changes are announced at least 6 months in advance. Deprecated fields carry x-deprecated: true. The current stable version is v1.'
servers:
- url: https://api.primitive.dev/v1
  description: Canonical API host (PRIMITIVE_API_BASE_URL). Carries every public API operation.
tags:


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