Letta · JSON Structure

Letta Archive Structure

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

Type: Properties: 0
AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

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

Meta-schema:

JSON Structure

Raw ↑
{
  "jsonStructure": "0.1",
  "name": "letta-archive",
  "title": "Letta Archive",
  "description": "Flat structure summary of the Letta Archive entity, derived from the Letta OpenAPI 1.0.0 spec.",
  "source": "https://raw.githubusercontent.com/letta-ai/letta/main/fern/openapi.json",
  "entity": "Archive",
  "fields": [
    {
      "name": "created_by_id",
      "type": "object",
      "required": false,
      "description": "The id of the user that made this object.",
      "enum": null,
      "format": null
    },
    {
      "name": "last_updated_by_id",
      "type": "object",
      "required": false,
      "description": "The id of the user that made this object.",
      "enum": null,
      "format": null
    },
    {
      "name": "created_at",
      "type": "string",
      "required": true,
      "description": "The creation date of the archive",
      "enum": null,
      "format": "date-time"
    },
    {
      "name": "updated_at",
      "type": "object",
      "required": false,
      "description": "The timestamp when the object was last updated.",
      "enum": null,
      "format": null
    },
    {
      "name": "name",
      "type": "string",
      "required": true,
      "description": "The name of the archive",
      "enum": null,
      "format": null
    },
    {
      "name": "description",
      "type": "object",
      "required": false,
      "description": "A description of the archive",
      "enum": null,
      "format": null
    },
    {
      "name": "vector_db_provider",
      "type": "string",
      "required": false,
      "description": "Supported vector database providers for archival memory",
      "enum": [
        "native",
        "tpuf",
        "pinecone"
      ],
      "format": null
    },
    {
      "name": "embedding_config",
      "type": "object",
      "required": false,
      "description": "Embedding configuration for passages in this archive",
      "enum": null,
      "format": null
    },
    {
      "name": "metadata",
      "type": "object",
      "required": false,
      "description": "Additional metadata",
      "enum": null,
      "format": null
    },
    {
      "name": "id",
      "type": "string",
      "required": false,
      "description": "The human-friendly ID of the Archive",
      "enum": null,
      "format": null
    }
  ],
  "fieldCount": 10,
  "requiredCount": 2
}