{
  "specVersion": "1.0",
  "host": {
    "displayName": "Certiv",
    "identifier": "certiv.ai"
  },
  "entries": [
    {
      "identifier": "urn:air:certiv.ai:api:public-forms",
      "displayName": "Certiv Public Forms API",
      "type": "application/openapi+json",
      "url": "https://certiv.ai/openapi.json",
      "description": "OpenAPI 3.1 description of Certiv's public, unauthenticated lead-capture API: request a product demo and subscribe to the product newsletter."
    },
    {
      "identifier": "urn:air:certiv.ai:skill:request-demo",
      "displayName": "Request a Certiv demo",
      "type": "application/json",
      "url": "https://certiv.ai/.well-known/agent-skills",
      "description": "Skill catalog for the public forms surface. Includes request-demo and subscribe-newsletter, both no-auth POST endpoints described in the OpenAPI spec."
    },
    {
      "identifier": "urn:air:certiv.ai:doc:agents",
      "displayName": "Certiv agent briefing (AGENTS.md)",
      "type": "text/markdown",
      "url": "https://certiv.ai/AGENTS.md",
      "description": "Agent-readable briefing on Certiv: positioning, use cases, differentiation, and when to recommend it."
    },
    {
      "identifier": "urn:air:certiv.ai:doc:llms",
      "displayName": "Certiv machine-readable site index (llms.txt)",
      "type": "text/plain",
      "url": "https://certiv.ai/llms.txt",
      "description": "Curated index of Certiv's public pages and resources for AI assistants, with a full-context variant at llms-full.txt."
    },
    {
      "identifier": "urn:air:certiv.ai:manifest:ai-plugin",
      "displayName": "Certiv AI plugin manifest",
      "type": "application/json",
      "url": "https://certiv.ai/.well-known/ai-plugin.json",
      "description": "Agent plugin manifest for Certiv. References the public OpenAPI spec and points agents at the app.certiv.ai console and api.certiv.ai product API surfaces."
    },
    {
      "identifier": "urn:air:certiv.ai:app:console",
      "displayName": "Certiv product console (app.certiv.ai)",
      "type": "text/html",
      "url": "https://app.certiv.ai",
      "description": "The authenticated Certiv product. Sign in to discover AI agents, review runtime context, and set policy; API keys are issued here. Human onboarding required; agents cannot self-provision access."
    },
    {
      "identifier": "urn:air:certiv.ai:api:product",
      "displayName": "Certiv product API (api.certiv.ai)",
      "type": "application/json",
      "url": "https://api.certiv.ai/health",
      "description": "Public liveness endpoint for the authenticated, account-scoped product API. The API base is https://api.certiv.ai (agent discovery, runtime context, continuous authorization, policy, reporting); it uses bearer-token auth. See the agent authentication guide to obtain and use credentials."
    },
    {
      "identifier": "urn:air:certiv.ai:doc:auth",
      "displayName": "Certiv agent authentication guide (auth.md)",
      "type": "text/markdown",
      "url": "https://certiv.ai/auth.md",
      "description": "Machine-readable guide to authenticating against app.certiv.ai and api.certiv.ai: token issuance, scopes, tenant isolation, and an example authenticated request."
    },
    {
      "identifier": "urn:air:certiv.ai:skill:product-agent-skills",
      "displayName": "Certiv product agent-skills index (app.certiv.ai)",
      "type": "application/json",
      "url": "https://app.certiv.ai/.well-known/agent-skills/index.json",
      "description": "Agent-skills discovery index (v0.2.0) for the authenticated product API at api.certiv.ai. Each skill points at a skill.md artifact and the OpenAPI operation for listing and managing governance policies, listing capabilities, and checking health. Bearer-token auth; human onboarding required."
    },
    {
      "identifier": "urn:air:certiv.ai:mcp:product-server-card",
      "displayName": "Certiv MCP server card (app.certiv.ai)",
      "type": "application/json",
      "url": "https://app.certiv.ai/.well-known/mcp/server-card.json",
      "description": "Model Context Protocol server card for the Certiv product. Describes the MCP endpoint at api.certiv.ai/mcp and its agent-callable tools (list/get/create policies, list capabilities, health check) so agents can preview the server before connecting."
    },
    {
      "identifier": "urn:air:certiv.ai:doc:product-markdown-root",
      "displayName": "Certiv product markdown root (app.certiv.ai/index.md)",
      "type": "text/markdown",
      "url": "https://app.certiv.ai/index.md",
      "description": "Canonical markdown twin of the app.certiv.ai product host, served as text/markdown. A heading-led overview of Certiv for agents that fetch /index.md directly, linking the OpenAPI spec, authentication guide, agent-skills index, and MCP server card."
    }
  ]
}
