{
  "entries": [
    {
      "@context": "https://agenticresourcediscovery.org/context/v1",
      "identifier": "urn:air:identityconnectors.com:catalog:identity-connectors",
      "displayName": "IdentityConnectors — Structured Catalog",
      "type": "application/json",
      "url": "https://identityconnectors.com/api/catalog.json",
      "capabilities": [
        "IdentityConnectorDiscovery",
        "Authentication",
        "Authorization",
        "AgentIdentity",
        "WorkloadIdentity",
        "CredentialBrokering"
      ],
      "description": "Structured discovery catalog for identity infrastructure used by AI agents and applications.",
      "representativeQueries": [
        "My agent needs Gmail and Salesforce access on behalf of users, with OAuth tokens kept outside the model and MCP support.",
        "Find identity infrastructure for delegated Microsoft 365 access plus workload identity.",
        "I need fine-grained authorization for a RAG agent so users only retrieve documents they are allowed to see.",
        "Which identity systems explicitly support AI-agent identity or MCP authorization?"
      ],
      "tags": [
        "identity",
        "connectors",
        "agents",
        "oauth",
        "mcp",
        "authorization"
      ],
      "updatedAt": "2026-09-23"
    },
    {
      "@context": "https://agenticresourcediscovery.org/context/v1",
      "identifier": "urn:air:identityconnectors.com:service:recommend",
      "displayName": "IdentityConnectors — Structured Recommender",
      "type": "application/json",
      "url": "https://identityconnectors.com/api/recommend?q={query}",
      "capabilities": [
        "IdentityConnectorRecommendation"
      ],
      "description": "Deterministic evidence-based ranking of identity connectors for a natural-language requirement.",
      "representativeQueries": [
        "My agent needs Gmail and Salesforce access on behalf of users, with OAuth tokens kept outside the model and MCP support.",
        "Find identity infrastructure for delegated Microsoft 365 access plus workload identity.",
        "I need fine-grained authorization for a RAG agent so users only retrieve documents they are allowed to see.",
        "Which identity systems explicitly support AI-agent identity or MCP authorization?"
      ],
      "tags": [
        "identity",
        "recommendation",
        "agents",
        "discovery"
      ],
      "updatedAt": "2026-09-23"
    },
    {
      "@context": "https://agenticresourcediscovery.org/context/v1",
      "identifier": "urn:air:identityconnectors.com:service:ai-recommend",
      "displayName": "IdentityConnectors — AI Comparison",
      "type": "application/json",
      "url": "https://identityconnectors.com/api/ai-recommend?q={query}",
      "capabilities": [
        "IdentityConnectorComparison"
      ],
      "description": "AI comparison constrained to the deterministic top-five verified candidates. The model cannot introduce outside vendors.",
      "representativeQueries": [
        "My agent needs Gmail and Salesforce access on behalf of users, with OAuth tokens kept outside the model and MCP support.",
        "Find identity infrastructure for delegated Microsoft 365 access plus workload identity.",
        "I need fine-grained authorization for a RAG agent so users only retrieve documents they are allowed to see.",
        "Which identity systems explicitly support AI-agent identity or MCP authorization?"
      ],
      "tags": [
        "identity",
        "ai-comparison",
        "agents",
        "discovery"
      ],
      "updatedAt": "2026-09-23"
    }
  ]
}