Command reference ยท Antigravity CLI
agy --dangerously-skip-permissions
Bypasses permission restrictions at startup (launch flag).
agy --dangerously-skip-permissions is documented as a launch flag that can bypass certain safety restrictions of the permission system; the settings panel shows where the override came from. The flag is documented only on the older docs/cli-using page, not in the current core reference table.
โ WHEN TO USE IT?
Avoid per-tool-call confirmations in a deliberately isolated, trusted environment
Use agy --dangerously-skip-permissions only in a throwaway/sandbox environment, never on a production system
โ WHEN NOT TO?
You're working on a normal project with sensitive data or production access
As the name and docs indicate, the flag deliberately bypasses safety restrictions of the permission system.
Better: Use normal permission rules and grant individual rules selectively via /permissions
SOURCES
- Antigravity CLI Doku: Using the CLI โ antigravity.google