iiRecord
Agentic AI Atlas · Tenant (meta)
meta-node-kind:tenanta5c.ai
II.
MetaNodeKind JSON

meta-node-kind:tenant

Structured · live

Tenant (meta) json

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

File · catalog-meta/meta-registry/meta-registry-role-ontology.yamlCluster · catalog-meta
Record JSON
{
  "id": "meta-node-kind:tenant",
  "_kind": "MetaNodeKind",
  "_file": "catalog-meta/meta-registry/meta-registry-role-ontology.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "Tenant (meta)",
    "name": "Tenant",
    "cluster": "10-roles",
    "prefix": "tenant",
    "origin": "standard",
    "purpose": "an isolated multi-tenant subject (workspace/account/project) within a hosted product",
    "exampleCount": 0,
    "invariants": [
      "id starts with tenant:"
    ]
  },
  "outgoingEdges": [
    {
      "from": "meta-node-kind:tenant",
      "to": "meta-cluster:roles",
      "kind": "in_cluster",
      "attributes": {}
    },
    {
      "from": "meta-node-kind:tenant",
      "to": "meta-attribute:tenant--id",
      "kind": "contains_meta_attribute",
      "attributes": {}
    },
    {
      "from": "meta-node-kind:tenant",
      "to": "meta-attribute:tenant--display-name",
      "kind": "contains_meta_attribute",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "meta-cluster:roles",
      "to": "meta-node-kind:tenant",
      "kind": "contains_meta_node_kind",
      "attributes": {}
    },
    {
      "from": "meta-attribute:tenant--id",
      "to": "meta-node-kind:tenant",
      "kind": "defined_on",
      "attributes": {}
    },
    {
      "from": "meta-attribute:tenant--display-name",
      "to": "meta-node-kind:tenant",
      "kind": "defined_on",
      "attributes": {}
    }
  ]
}