Sandbox CLIs

Test CLI connection

Validate unsaved CLI credentials in a read-only ephemeral sandbox without persisting them.

post/sandbox-clis/test

Request body

projectIdstring uuid

Project to test from. Required for organization-scoped keys; auto-filled from a project-scoped key when omitted.

cliTypestring required

CLI type identifier.

Response

OK

status'success' | 'failed' required
messagestring nullable required
stdoutstring required

Truncated command output with submitted credentials redacted.

stderrstring required

Truncated command errors with submitted credentials redacted.

Changes

No recorded changes to this endpoint across all 4 revisions of this API.