Skip to content

falcon CLI reference

Every command and flag, generated from the cobra command tree.

FalconEyes — your agents, your devices, your cloud. One private network.

falcon

Agent runtime recipes and local supervisor

falcon agent

Register an agent runtime recipe

falcon agent add [name]

Attach an existing localhost OpenAI-compatible endpoint

falcon agent attach [name] [flags]
flagdefaultdescription
--health-urloptional health URL (default: /models)
--modelserved model name
--registerfalseregister the attached llm service on the current mesh node
--urlOpenAI-compatible localhost base URL, e.g. http://127.0.0.1:18000/v1

Run local runtime preflight checks

falcon agent doctor

Show logs for a Falcon-managed Docker runtime

falcon agent logs [name] [flags]
flagdefaultdescription
--tail120number of log lines

Run streaming, multi-turn, memory, and loop smoke checks

falcon agent smoke [name] [flags]
flagdefaultdescription
--loops3durable loop iterations
--timeout3m0ssmoke timeout

Start a known local AI runtime profile

falcon agent start [flags]
flagdefaultdescription
--modelmodel to load or pull (default depends on runtime)
--namelocal runtime name
--port0localhost port (default depends on runtime)
--pulltruepull the model when the runtime supports it
--registerfalseregister the resulting llm service on the current mesh node
--runtimevllm-dockerruntime profile: vllm-docker
--served-modelOpenAI-compatible served model name (vLLM)
--wait4m0sreadiness timeout

Show local Falcon-managed or attached runtimes

falcon agent status

Stop a Falcon-managed runtime or detach an external endpoint

falcon agent stop [name]

Diagnose local setup: config, identity, keystore, control plane, node

falcon doctor

OpenAI-compatible endpoint recipes

falcon endpoint

OpenAI-compatible endpoint recipes

falcon endpoint add [name]

Manage customer-owned gateways

falcon gateway

Deploy a customer-owned gateway into your own cloud

falcon gateway deploy [flags]
flagdefaultdescription
--awsfalsedeploy into AWS (EC2/VPC) using local aws credentials

Mint a capability token for a private resource (e.g. mcp://local-files)

falcon grant [resource] [flags]
flagdefaultdescription
--actionreadgranted action
--ttl10m0stoken lifetime

Join this machine to a network as a node

falcon join [flags]
flagdefaultdescription
--namenode name (default: hostname)

Local LLM runtime recipes

falcon llm

Local LLM runtime recipes

falcon llm init [name]

Authenticate to FalconEyes (org/human identity)

falcon login [flags]
flagdefaultdescription
--control-urlcontrol plane URL to set & persist
--orgdevorganization id (dev mode)
--tokenraw Cognito ID token (AWS mode)

Clear the local FalconEyes session

falcon logout

Manage private overlay networks

falcon network

Create a new private network

falcon network create [name]

List your networks

falcon network list

List nodes on the current network

falcon nodes

Resolve a private service through the gateway using a capability

falcon resolve [service] [flags]
flagdefaultdescription
--actionreadrequested action
--capcapability token from falcon grant

Model router recipes

falcon router

Model router recipes

falcon router init [name]

Register private services on the mesh

falcon service

Register a private service (mcp://… or a2a://…)

falcon service add [uri]

Show this node’s mesh status

falcon status