Verify a public repository build or test
verify_repositoryClone a public GitHub repository into a disposable Firecracker microVM, install dependencies, run one declared test, lint, or build script, and return structured logs plus the resolved commit. The service verifies execution, not semantic correctness; private repositories and arbitrary shell commands are not accepted. Costs $0.25 per attempt. Returns the paid HTTP endpoint and x402 instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Optional branch or tag to verify. | |
| task | Yes | Bounded package script to run. | |
| repository | Yes | Public GitHub HTTPS repository URL. | |
| packageManager | No | Version 0.1 supports npm projects; auto selects npm. | auto |
| timeoutSeconds | No |