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 serve
Start the local Memanto API server. Exposes REST endpoints for programmatic access.| Option | Default | Description |
|---|---|---|
--host TEXT | 0.0.0.0 | Server host address |
--port INTEGER | 8000 | Server port |
--reload | false | Auto-reload on code changes |
- Swagger UI: http://localhost:8000/docs
- ReDoc: http://localhost:8000/redoc
- OpenAPI JSON: http://localhost:8000/openapi.json
- Run Memanto as a service
- Programmatic access via REST API
- Integration with external applications
- Development and testing