Create a new anchor.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/memory/anchors/create" \ -H "Content-Type: application/json" \ -d '{ "content": "string" }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Create Agent
Create a new AI agent as a first-class user. Agents can: - Have their own API keys - Store and retrieve memories - Be assigned to teams - Have specific permissions/roles
Create Api Key
Create a new API key for programmatic access. The API key is only shown once and cannot be retrieved later. Store it securely.