Letta · JSON Structure

Letta Identity Structure

Flat structure summary of the Letta Identity entity, derived from the Letta OpenAPI 1.0.0 spec.

Type: Properties: 0
AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

letta-identity is a JSON Structure definition published by Letta.

Meta-schema:

JSON Structure

Raw ↑
{
  "jsonStructure": "0.1",
  "name": "letta-identity",
  "title": "Letta Identity",
  "description": "Flat structure summary of the Letta Identity entity, derived from the Letta OpenAPI 1.0.0 spec.",
  "source": "https://raw.githubusercontent.com/letta-ai/letta/main/fern/openapi.json",
  "entity": "Identity",
  "fields": [
    {
      "name": "id",
      "type": "string",
      "required": false,
      "description": "The human-friendly ID of the Identity",
      "enum": null,
      "format": null
    },
    {
      "name": "identifier_key",
      "type": "string",
      "required": true,
      "description": "External, user-generated identifier key of the identity.",
      "enum": null,
      "format": null
    },
    {
      "name": "name",
      "type": "string",
      "required": true,
      "description": "The name of the identity.",
      "enum": null,
      "format": null
    },
    {
      "name": "identity_type",
      "type": "string",
      "required": true,
      "description": "Enum to represent the type of the identity.",
      "enum": [
        "org",
        "user",
        "other"
      ],
      "format": null
    },
    {
      "name": "project_id",
      "type": "object",
      "required": false,
      "description": "The project id of the identity, if applicable.",
      "enum": null,
      "format": null
    },
    {
      "name": "agent_ids",
      "type": "array<string>",
      "required": true,
      "description": "The IDs of the agents associated with the identity.",
      "enum": null,
      "format": null
    },
    {
      "name": "block_ids",
      "type": "array<string>",
      "required": true,
      "description": "The IDs of the blocks associated with the identity.",
      "enum": null,
      "format": null
    },
    {
      "name": "properties",
      "type": "array<object>",
      "required": false,
      "description": "List of properties associated with the identity",
      "enum": null,
      "format": null
    }
  ],
  "fieldCount": 8,
  "requiredCount": 5
}