Create Passage
Insert a memory into an agent’s archival memory store.
Path parameters
agent_id
Headers
Authorization
Header authentication of the form Bearer <token>
Request
This endpoint expects an object.
text
Text to write to archival memory.
Response
Successful Response
text
The text of the passage.
created_by_id
The id of the user that made this object.
last_updated_by_id
The id of the user that made this object.
created_at
The creation date of the passage.
updated_at
The timestamp when the object was last updated.
is_deleted
Whether this passage is deleted or not.
agent_id
The unique identifier of the agent associated with the passage.
source_id
The data source of the passage.
file_id
The unique identifier of the file associated with the passage.
metadata
The metadata of the passage.
id
The human-friendly ID of the Passage
embedding
The embedding of the passage.
embedding_config
The embedding configuration used by the passage.
Errors
422
Passages Create Request Unprocessable Entity Error