Documentation Index
Fetch the complete documentation index at: https://docs.memanto.ai/llms.txt
Use this file to discover all available pages before exploring further.
memanto agent create
Create a new agent.
memanto agent create NAME [OPTIONS]
Arguments:
NAME - Unique agent identifier (required)
Options:
-d, --description TEXT - Optional description
Examples:
Simple creation:
memanto agent create customer-support
With description:
memanto agent create customer-support --description "Handles customer inquiries"
Output:
✓ Agent 'customer-support' created successfully
✓ Session activated for agent 'customer-support'
Agent ID: customer-support
Session ID: session_abc123xyz
Session Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Expires In: 6h 0m
Notes:
- Agent names must be unique
- Use lowercase, hyphens, underscores only
- No spaces in agent names