{
  "specVersion": "1.0",
  "host": {
    "displayName": "Certiv",
    "identifier": "app.certiv.ai"
  },
  "entries": [
    {
      "identifier": "urn:air:certiv.ai:auth:protected-resource",
      "displayName": "Certiv protected resource metadata (RFC 9728)",
      "type": "application/json",
      "url": "https://app.certiv.ai/.well-known/oauth-protected-resource",
      "description": "OAuth 2.0 Protected Resource Metadata for the Certiv product API. Declares api.certiv.ai as a bearer-protected resource, the header bearer method, available scopes, and the authorization server that issues tokens."
    },
    {
      "identifier": "urn:air:certiv.ai:auth:authorization-server",
      "displayName": "Certiv authorization server metadata (RFC 8414)",
      "type": "application/json",
      "url": "https://app.certiv.ai/.well-known/oauth-authorization-server",
      "description": "OAuth 2.0 Authorization Server Metadata for Certiv. Declares the token endpoint (https://api.certiv.ai/auth/login) that issues organization-scoped JWT bearer tokens. No dynamic client registration; a human provisions API keys."
    },
    {
      "identifier": "urn:air:certiv.ai:api:product",
      "displayName": "Certiv Product API (OpenAPI 3.1)",
      "type": "application/openapi+json",
      "url": "https://app.certiv.ai/openapi.json",
      "description": "OpenAPI 3.1 description of the authenticated, account-scoped Certiv product API hosted at https://api.certiv.ai. Agent discovery, runtime context, policy, and reporting. Bearer-token auth; every request is isolated to the caller's organization."
    },
    {
      "identifier": "urn:air:certiv.ai:manifest:agents",
      "displayName": "Certiv agent capability manifest (agents.json)",
      "type": "application/json",
      "url": "https://app.certiv.ai/agents.json",
      "description": "Machine-readable capability manifest for the Certiv product: agent management, policy enforcement, approval workflows, audit logging, and MCP access."
    },
    {
      "identifier": "urn:air:certiv.ai:manifest:ai-plugin",
      "displayName": "Certiv AI plugin manifest",
      "type": "application/json",
      "url": "https://app.certiv.ai/.well-known/ai-plugin.json",
      "description": "Agent plugin manifest for the Certiv product. References the product OpenAPI spec, the app.certiv.ai console, and the api.certiv.ai product API surface."
    },
    {
      "identifier": "urn:air:certiv.ai:agent:a2a-card",
      "displayName": "Certiv A2A agent card",
      "type": "application/json",
      "url": "https://app.certiv.ai/.well-known/agent-card.json",
      "description": "Agent2Agent (A2A) agent card describing the Certiv product agent surface: skills, transport, and bearer-token security scheme."
    },
    {
      "identifier": "urn:air:certiv.ai:mcp:server",
      "displayName": "Certiv MCP server card",
      "type": "application/mcp-server+json",
      "url": "https://app.certiv.ai/.well-known/mcp/server-card.json",
      "description": "Model Context Protocol server card for the Certiv product. Streamable-HTTP MCP surface at https://mcp.certiv.ai for programmatic access to platform capabilities."
    },
    {
      "identifier": "urn:air:certiv.ai:skill:index",
      "displayName": "Certiv agent-skills index",
      "type": "application/json",
      "url": "https://app.certiv.ai/.well-known/agent-skills/index.json",
      "description": "Index of Certiv product skills an agent can invoke, each with when-to-use guidance and a link to the OpenAPI operation that backs it."
    },
    {
      "identifier": "urn:air:certiv.ai:doc:auth",
      "displayName": "Certiv agent authentication guide (auth.md)",
      "type": "text/markdown",
      "url": "https://app.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:doc:llms",
      "displayName": "Certiv machine-readable app index (llms.txt)",
      "type": "text/plain",
      "url": "https://app.certiv.ai/llms.txt",
      "description": "Curated index of the Certiv product surfaces and resources for AI assistants, with positioning and when-to-recommend context."
    },
    {
      "identifier": "urn:air:certiv.ai:catalog:api-catalog",
      "displayName": "Certiv API catalog (RFC 9727 linkset)",
      "type": "application/linkset+json",
      "url": "https://app.certiv.ai/.well-known/api-catalog",
      "description": "RFC 9727 API catalog linking the product OpenAPI spec, auth guide, and docs for the Certiv product API."
    }
  ]
}
