/atlas/auth0

Atlas read surface · 3 grounded capabilities · 4 doc nodes

This is the exact payload an agent receives over MCP — no prettifying, no extra fields.

capabilities · grounded evidenceGET /v1/atlas/providers/auth0
{
:
"auth0"
,
:
"Auth0"
,
:
"auth"
,
:
4
,
:
[
  {
    "term_id": "178f14dd-04e6-4b8c-a17d-810b14d2f876",
    "label": "Organizations",
    "domain": "tenancy",
    "doc_node_id": "auth0/manage/organizations"
  },
  {
    "term_id": "33684382-701f-4b93-b682-a9b52def5070",
    "label": "Multi-factor authentication",
    "domain": "auth",
    "doc_node_id": "auth0/auth/mfa"
  },
  {
    "term_id": "a1d84faf-e7f5-459a-a75d-cf0b3b7b4154",
    "label": "Single sign-on",
    "domain": "auth",
    "doc_node_id": "auth0/auth/sso"
  }
]
}
digest · doc tree (depth 3)GET /v1/atlas/providers/auth0/tree
[
  {
    "id": "auth0",
    "title": "Auth0",
    "kind": "provider",
    "summary": null,
    "content_hash": null,
    "url": null,
    "child_count": 3,
    "children": [
      {
        "id": "auth0/auth/mfa",
        "title": "Multi-factor authentication (MFA)",
        "kind": "page",
        "summary": null,
        "content_hash": "auth0_mfa_v1",
        "url": "https://docs.auth0.com/auth0/auth/mfa",
        "child_count": 0,
        "children": []
      },
      {
        "id": "auth0/auth/sso",
        "title": "Single sign-on (SSO)",
        "kind": "page",
        "summary": null,
        "content_hash": "auth0_sso_v1",
        "url": "https://docs.auth0.com/auth0/auth/sso",
        "child_count": 0,
        "children": []
      },
      {
        "id": "auth0/manage/organizations",
        "title": "Organizations",
        "kind": "page",
        "summary": null,
        "content_hash": "auth0_orgs_v1",
        "url": "https://docs.auth0.com/auth0/manage/organizations",
        "child_count": 0,
        "children": []
      }
    ]
  }
]