514 agent
Use 514 agent for agent setup, skills management, and a read-only command surface optimized for agents and automation flows.
Usage
514 agent [OPTIONS] <COMMAND>Subcommands
Setup
init
Install 514 agent skills, MCP servers, LSP, and plugins for detected coding agents.
514 agent init [OPTIONS]See the full command reference: 514 agent init.
remove
Remove installed 514 agent skills and clean up symlinks.
514 agent remove [OPTIONS] [SKILLS...]See the full command reference: 514 agent remove.
Resources
auth: Authentication state inspectionorg: Organization resourcesproject: Project resourcesdeployment: Deployment resourcesdocs: Documentation resourcesmetrics: Query metrics and analyticslogs: Query runtime application logsapi-endpoint: API endpoint resourcesstream: Stream resourcesfunction: Function resourcesstream-to-table-sync: Stream-to-table sync resourcesstream-to-stream-sync: Stream-to-stream sync resourcestable: Table resourcesview: View resourcesweb-app: Web-app resourcesworkflow: Workflow resourcessql-resource: SQL resource entriesmaterialized-view: Materialized view resources
Options
--api-url <API_URL>: API base URL override (HOSTING_CLI_API_URL).-o, --org <ORG>: Organization name or ID.--json: Output as JSON.-v, --verbose...: Enable verbose output (-vdebug,-vvtrace).-h, --help: Print help.
Examples
# Set up agent skills and MCP configuration
514 agent init
# Set up for specific agents only
514 agent init --agent claude-code --agent cursor
# Remove all installed skills
514 agent remove --yes
# Read-only resource inspection
514 agent auth whoami
514 agent project list --json
514 agent deployment list --project my-org/my-project
514 agent stream list dep_abc123 --project my-org/my-project