PgBeam Docs
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 list

Global 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 --json

Output

Displays a table with columns: ID, Name, Username, Policy, and Status.

On this page