iiRecord
Agentic AI Atlas · Acme Corp
tenant:acmea5c.ai
II.
Tenant JSON

tenant:acme

Structured · live

Acme Corp json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · role/tenants/tenants.yamlCluster · role
Record JSON
{
  "id": "tenant:acme",
  "_kind": "Tenant",
  "_file": "role/tenants/tenants.yaml",
  "_cluster": "role",
  "attributes": {
    "displayName": "Acme Corp",
    "tenantKind": "workspace",
    "isolationLevel": "logical",
    "regions": [
      "us-east-1",
      "us-west-2"
    ],
    "description": "Enterprise tenant; primary anchor for all Acme-affiliated runs, quotas,\nand budgets.\n"
  },
  "outgoingEdges": [
    {
      "from": "tenant:acme",
      "to": "org-unit:platform-team",
      "kind": "owned_by",
      "attributes": {}
    },
    {
      "from": "tenant:acme",
      "to": "workspace:local-developer-default",
      "kind": "owns_workspace",
      "attributes": {}
    },
    {
      "from": "tenant:acme",
      "to": "run:01kqex-example-run-001",
      "kind": "scopes_runs",
      "attributes": {}
    },
    {
      "from": "tenant:acme",
      "to": "session:01kqex-session-001",
      "kind": "scopes_runs",
      "attributes": {}
    },
    {
      "from": "tenant:acme",
      "to": "compliance:soc-2",
      "kind": "complies_with",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "budget-policy:acme-q2-2026",
      "to": "tenant:acme",
      "kind": "owns_budget",
      "attributes": {}
    },
    {
      "from": "quota:tenant-acme-monthly-tokens",
      "to": "tenant:acme",
      "kind": "constrains",
      "attributes": {}
    },
    {
      "from": "quota:acme-monthly-tokens",
      "to": "tenant:acme",
      "kind": "applies_to_tenant",
      "attributes": {}
    },
    {
      "from": "end-user:acme-jdoe",
      "to": "tenant:acme",
      "kind": "belongs_to_tenant"
    },
    {
      "from": "end-user:acme-ci-bot",
      "to": "tenant:acme",
      "kind": "belongs_to_tenant"
    }
  ]
}