We value your privacy

This site uses cookies to improve your browsing experience, analyze site traffic, and show personalized content. See our Privacy Policy.

  1. Hosting
  2. agent

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 inspection
  • org: Organization resources
  • project: Project resources
  • deployment: Deployment resources
  • docs: Documentation resources
  • metrics: Query metrics and analytics
  • logs: Query runtime application logs
  • api-endpoint: API endpoint resources
  • stream: Stream resources
  • function: Function resources
  • stream-to-table-sync: Stream-to-table sync resources
  • stream-to-stream-sync: Stream-to-stream sync resources
  • table: Table resources
  • view: View resources
  • web-app: Web-app resources
  • workflow: Workflow resources
  • sql-resource: SQL resource entries
  • materialized-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 (-v debug, -vv trace).
  • -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

Related

  • 514 --help
  • 514 agent init
  • 514 agent remove
  • 514 auth

On this page

UsageSubcommandsSetupResourcesOptionsExamplesRelated
Edit this page
FiveonefourFiveonefour
Fiveonefour Docs
MooseStackHostingTemplatesGuides
Release Notes
Source572
  • Hosting Overview
CLI
  • --help
  • auth
  • org
  • project
  • deployment
  • doc
  • cli
  • env
  • agent
  • clickhouse
Resource Commands
  • api-endpoint
  • stream
  • function
  • stream-to-table-sync
  • stream-to-stream-sync
  • table
  • view
  • web-app
  • workflow
  • sql-resource
  • materialized-view
Workflow
  • Fiveonefour to Local Setup
  • Manage Environment Variables
  • Branch Data Seeding
Integrations
  • Vercel
Troubleshooting
  • Setup Failures