Letta · Schema

AuthRequest

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

Properties

Name Type Description
password string Admin password provided when starting the Letta server
View JSON Schema on GitHub

JSON Schema

letta-authrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuthRequest",
  "title": "AuthRequest",
  "properties": {
    "password": {
      "type": "string",
      "title": "Password",
      "description": "Admin password provided when starting the Letta server"
    }
  },
  "type": "object"
}