Create a new team within the user's tenant. Requires tenant admin.
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/teams" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{
"team_id": "string",
"name": "string",
"description": "string",
"data_classification": "string",
"cost_center": "string",
"member_count": 0,
"created_at": "2019-08-24T14:15:22Z",
"user_role": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Create Registry
Create a new ontology registry. Requires authentication and operates on user-scoped data.
Create Zettel Note
Create a zettel note directly. Bypasses /memory/add's LLM-classification pipeline so the consumer's explicit `memory_type=zettel` intent is preserved. Tags and title land on the [Zettel] row's top-level properties, queryable via /by-tag and /by-property.