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