Sypha AI Docs
Sypha CLI

Autonomous Mode

Run Sypha non-interactively for CI pipelines and scripting with sypha run --auto.

Use sypha run to execute a task non-interactively — ideal for CI pipelines, scripts, and automation.

sypha run --auto "Optimize all image assets in /public"
sypha run --auto --format json "Verify all API endpoints"

How --auto handles permissions

--auto approves permissions automatically within your policy.

On a Teams plan, admin-restricted actions are still rejected even in --auto — the Access Control ceiling always applies. See Enterprise Access Control.

Use --format json for machine-readable output you can pipe into other tools; omit it for human-readable logs.

On this page