| name | cli-default |
| description | CLI tool (agentic-db) for the default API — provides CRUD commands for 95 tables and 3 custom operations |
cli-default
CLI tool (agentic-db) for the default API — provides CRUD commands for 95 tables and 3 custom operations
Usage
agentic-db context create <name> --endpoint <url>
agentic-db context use <name>
agentic-db auth set-token <token>
agentic-db config set <key> <value>
agentic-db config get <key>
agentic-db activity-log list
agentic-db activity-log get --id <value>
agentic-db activity-log create --<field> <value>
agentic-db --no-tty activity-log list
Examples
Set up and query
agentic-db context create local --endpoint http://localhost:5000/graphql
agentic-db context use local
agentic-db auth set-token <token>
agentic-db activity-log list
Non-interactive mode (for scripts and CI)
agentic-db --no-tty activity-log create --<field> <value>
References
See the references/ directory for detailed per-entity API documentation: