agents
agents list
List agent credentials for a project
List all AI agent credentials for the linked project. Shows each credential's ID, name, Postgres username, policy profile, and status. Secrets are never displayed.
Usage
pgbeam agents listGlobal options
All global options (--token, --profile,
--project, --org, --json, --no-color, --debug) are also available on
this command.
Examples
# List agent credentials
pgbeam agents list
# List as JSON
pgbeam agents list --jsonOutput
Displays a table with columns: ID, Name, Username, Policy, and Status.