projectId.
Projects created or updated through the CLI are immediately visible in the Web Portal, and vice versa. All surfaces share the same data.
Listing projects
| Flag | Description |
|---|---|
--page-size <n> | Number of results per page (1–100, default 25) |
--starting-token <token> | Opaque cursor from a previous response to fetch the next page |
--max-items <n> | Stop after this many total items across auto-paged requests |
nextToken line to the text output. Pass that value as --starting-token on the next call to continue.
Getting a project
Creating a project
| Flag | Description |
|---|---|
--type <frontend|backend> | Required. Project type |
--name <name> | Required. Display name for the project |
--url <url> | Required for frontend. Target URL — must be a public http:// or https:// address. Localhost and private IP ranges are not accepted |
--description <text> | Optional description (≤ 2000 characters) |
--username <user> | Optional basic-auth username for the target URL |
--password <pw> | Optional basic-auth password (prefer --password-file in scripts) |
--password-file <path> | Read the password from a file — safer than inline for non-interactive use |
--instruction <text> | Optional hint passed to the frontend plan-generation step |
--idempotency-key <token> | Defaults to a UUIDv4 per invocation; pin a stable value for safe retries |
Updating a project
| Flag | Description |
|---|---|
--name <name> | New display name |
--url <url> | New target URL (frontend only; same public-URL rules as create) |
--username <user> | Updated basic-auth username |
--password <pw> | Updated password (prefer --password-file) |
--password-file <path> | Read updated password from a file |
--description <text> | Updated description (≤ 2000 characters) |
--instruction <text> | Updated plan-generation hint |
--idempotency-key <token> | Pin for safe retries |
Where to Go Next
Creating Tests
Author a frontend plan or backend code file inside a project
Key Terms
Project, test, run — definitions and relationships
Running Tests
Trigger runs and poll for verdicts
Command Reference
Full flag listing for every command