Letta Identities API is one of 41 APIs that Letta publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
This API exposes 14 JSON Schema definitions.
Tagged areas include Identities. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, pricing, a changelog, and 14 JSON Schemas.
This API exposes
10 operations
across 6 paths,
and defines 65 schemas.
It is described by OpenAPI 3.1.0, at version 1.0.0.
Requests are made against 3 base URLs: https://api.letta.com, https://app.letta.com, http://localhost:8283.
10 operations6 paths65 schemas1 DELETE5 GET1 PATCH1 POST2 PUT
Metadata
The identity and technical contract details declared by the specification.
Letta Identities API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (bearerAuth).
By default, every request must be authenticated.
Paths & Operations 10
Across 6 paths, the API surfaces 10 operations — 1 DELETE, 5 GET, 1 PATCH, 1 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.
Identities 10
Map external user identities to agents and memory contexts.
GET
/v1/identities/deprecated
List Identities
list_identities9 params→ 200422
POST
/v1/identities/deprecated
Create Identity
create_identity1 parambody→ 200422
PUT
/v1/identities/deprecated
Upsert Identity
upsert_identity1 parambody→ 200422
GET
/v1/identities/countdeprecated
Count Identities
count_identities→ 200422
GET
/v1/identities/{identity_id}deprecated
Retrieve Identity
retrieve_identity1 param→ 200422
PATCH
/v1/identities/{identity_id}deprecated
Modify Identity
update_identity1 parambody→ 200422
DELETE
/v1/identities/{identity_id}deprecated
Delete Identity
delete_identity1 param→ 200422
PUT
/v1/identities/{identity_id}/propertiesdeprecated
Upsert Properties for Identity
upsert_properties_for_identity1 parambody→ 200422
GET
/v1/identities/{identity_id}/agentsdeprecated
List Agents for Identity
list_agents_for_identity7 params→ 200422
GET
/v1/identities/{identity_id}/blocksdeprecated
List Blocks for Identity
list_blocks_for_identity6 params→ 200422
Schemas 65
The contract defines 65 schemas that model the data the API accepts and returns. The most detailed are AgentState (45 properties), LLMConfig (27 properties), FileBlock (23 properties), BlockResponse (19 properties). Each schema is shown below with its type and property counts.
JsonObjectResponseFormat
object
Response format for JSON object responses.
1 property
BlockResponse
object
19 properties2 required
GoogleAIModelSettings
object
6 properties
StopReasonType
string
Tool
object
Representation of a tool, which is a function that can be called by the agent.
18 properties
IdentityUpdate
object
6 properties
IdentityCreate
object
7 properties3 required
AgentEnvironmentVariable
object
10 properties3 required
ChatGPTOAuthModelSettings
object
ChatGPT OAuth model configuration (uses ChatGPT backend API).
5 properties
TextResponseFormat
object
Response format for plain text responses.
1 property
ToolType
string
ToolCallDelta
object
3 properties
ConditionalToolRule
object
A ToolRule that conditionally maps to different child tools based on the output.
6 properties2 required
MaxCountPerStepToolRule
object
Represents a tool rule configuration which constrains the total number of times this tool can be invoked in a single step.
4 properties2 required
ZAIThinking
object
Thinking configuration for ZAI GLM-4.5+ models.
2 properties
HTTPValidationError
object
1 property
ContinueToolRule
object
Represents a tool rule configuration where if this tool gets called, it must continue the agent loop.
3 properties1 required
NpmRequirement
object
2 properties1 required
GoogleVertexModelSettings
object
6 properties
RequiresApprovalToolRule
object
Represents a tool rule configuration which requires approval before the tool can be invoked.
3 properties1 required
SGLangModelSettings
object
SGLang model configuration (OpenAI-compatible runtime with SGLang-specific parsing).
8 properties
ManagerType
string
ProviderCategory
string
GroqModelSettings
object
Groq model configuration (OpenAI-compatible).
5 properties
VectorDBProvider
string
Supported vector database providers for archival memory
AgentState
object
Representation of an agent's state. This is the state of the agent at a given time, and is persisted in the DB backend. The state has all the information neede…
45 properties10 required
Identity
object
8 properties5 required
BedrockModelSettings
object
AWS Bedrock model configuration.
5 properties
AgentType
string
Enum to represent the type of agent.
CompactionSettings-Output
object
Configuration for conversation compaction / summarization. Per-model settings (temperature, max tokens, etc.) are derived from the default configuration for th…
7 properties
LLMConfig
object
Configuration for Language Model (LLM) connection and generation parameters. .. deprecated:: LLMConfig is deprecated and should not be used as an input or retu…
27 properties3 required
Group
object
18 properties4 required
ToolCallNode
object
Typed child override for prefilled arguments. When used in a ChildToolRule, if this child is selected next, its args will be applied as prefilled arguments (ov…
2 properties1 required
IdentityUpsert
object
7 properties3 required
FileBlock
object
23 properties4 required
Source
object
(Deprecated: Use Folder) Representation of a source, which is a collection of files and passages.
11 properties2 required
Block
object
A Block represents a reserved section of the LLM's context window.
19 properties1 required
RequiredBeforeExitToolRule
object
Represents a tool rule configuration where this tool must be called before the agent loop can exit.
3 properties1 required
ZAIModelSettings
object
Z.ai (ZhipuAI) model configuration (OpenAI-compatible).
6 properties
GeminiThinkingConfig
object
2 properties
ValidationError
object
3 properties3 required
IdentityType
string
Enum to represent the type of the identity.
ApprovalRequestMessage
object
A message representing a request for approval to call a tool (generated by the LLM to trigger tool execution). Args: id (str): The ID of the message date (date…
12 properties3 required
OpenAIReasoning
object
1 property
Memory
object
Represents the in-context memory (i.e. Core memory) of the agent. This includes both the Block objects (labelled by sections), as well as tools to edit the blo…
5 properties1 required
BasetenModelSettings
object
Baseten model configuration (OpenAI-compatible).
4 properties
InitToolRule
object
Represents the initial tool rule configuration.
4 properties1 required
AnthropicModelSettings
object
9 properties
XAIModelSettings
object
xAI model configuration (OpenAI-compatible).
5 properties
IdentityPropertyType
string
Enum to represent the type of the identity property.
ChildToolRule
object
A ToolRule represents a tool that can be invoked by the agent.
5 properties2 required
AnthropicThinking
object
2 properties
IdentityProperty
object
A property of an identity
3 properties3 required
OpenRouterModelSettings
object
OpenRouter model configuration (OpenAI-compatible).
5 properties
ParentToolRule
object
A ToolRule that only allows a child tool to be called if the parent has been called.
4 properties2 required
PipRequirement
object
2 properties1 required
TerminalToolRule
object
Represents a terminal tool rule configuration where if this tool gets called, it must end the agent loop.
3 properties1 required
EmbeddingConfig
object
Configuration for embedding model connection and processing parameters.
10 properties3 required
ChatGPTOAuthReasoning
object
Reasoning configuration for ChatGPT OAuth models (GPT-5.x, o-series).
1 property
ToolCall
object
3 properties3 required
DeepseekModelSettings
object
Deepseek model configuration (OpenAI-compatible).
5 properties
AzureModelSettings
object
Azure OpenAI model configuration (OpenAI-compatible).
5 properties
TogetherModelSettings
object
Together AI model configuration (OpenAI-compatible).
5 properties
JsonSchemaResponseFormat
object
Response format for JSON schema-based responses.
2 properties1 required
OpenAIModelSettings
object
7 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.
Every API here is available over the API and to AI agents over MCP. APIs is not yet its own endpoint on the v1 API. Reach this content through network search and the tag graph, or the MCP server below.
Installs https://mcp.apievangelist.com/mcp in Claude, Cursor, VS Code and the rest — one button, every client.
MCP tools for apis
4 tools reach this content
search_api_evangelistSearch every content type across the network at once.
find_relatedThe shared-tag relevance graph — what else covers this.
get_tagEverything one tag labels, across all content types.
guide_topicPRO — a curated bundle for a topic: area, guidance, rules, papers, stories, services.
A second provider on the same verified email joins the account you already have.
Your account
ⓘWhere this information came from
This is an independent, third-party profile of Letta Identities API, published by
API Evangelist. We do not operate, host, resell, or
support these APIs, and we are not affiliated with or endorsed by the company unless stated above.
Everything here is built from publicly available information — the company's own site,
developer portal, documentation, public repositories, and the specifications it publishes for public use.
Nothing is obtained by breaching a system, defeating an access control, or using credentials.
The Kin Score and Agent Readiness rating are independently calculated assessments of a company's
public API artifacts, scored against a published rubric. They are not certifications,
endorsements, security assessments, or audits.
Corrections, re-scores, and removal are free — no partnership or purchase required, and
you do not need to justify the request. A removed company is recorded as unrated, never scored
zero for having asked. Acknowledgement within one business day; removal within two.
info@apievangelist.com
·
Read the full data-sourcing policy → On a security or compliance team? Put security in the subject line and
you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.