Pair once
Open Dashboard > Setup, choose the coding-agent target, and paste the generated prompt into Claude Code, Codex, Cursor, or Windsurf. The prompt connects the CLI and installs five repository-local skills:
Checksums must pass for all five. A successful setup ends with
Archal is connected and ready.
Let the agent inspect before it edits
A good first request gives the coding agent a real workflow, not a vague goal:- where provider base URLs and credentials enter the application
- which tests need stateful behavior
- which environment operations are actually supported
- whether a curated sample already matches the test
- the smallest safe code and configuration change
Authority boundaries
The protected Archal credential controls sandbox lifecycle. Do not put it in a prompt or expose it to the agent under test. The code being tested receives only the short-lived provider credentials returned for its environments. State reads and validation are safe discovery operations. Loading or resetting state overwrites data. Thearchal-state skill requires explicit approval for
the named sandbox, environment, and artifact unless the user deliberately
configured a newly created disposable CI sandbox.
