Agent Management
Create Agent
Create a new agent to establish a dedicated Moorcheh namespace for storing and retrieving memories.
POST
Overview
Create a new agent namespace for storing and retrieving memories. Each agent receives a uniqueagent_id which acts as an isolated context container in Moorcheh (memanto_agent_{agent_id}).
Authentication
Memanto validates Moorcheh credentials on the server usingMOORCHEH_API_KEY (environment / server configuration). Callers do not send an Authorization header for this endpoint.
Must be
application/jsonBody
Unique agent identifier (alphanumeric, hyphens, underscores only).
Agent pattern for memory organization. One of:
support, project, tool. Defaults to support.Optional human-readable description of the agent.
500 include the server missing MOORCHEH_API_KEY, an invalid key (Memanto may fail at startup), or failure to create the namespace in Moorcheh.
Next Steps
After creating a new agent, you can:- Activate Agent to start a session and obtain an operational token
- List Agents to verify it was created
- Get Agent to retrieve its configuration details