Identity
- HarnessRouter status
- Coming soon
- HarnessRouter ID
pi- Provider
- HarnessRouter
- Category
- Coding agent (coming soon)
- Last checked
- 2026-07-23
Confirmed notes
These notes are intentionally narrow. They are derived from linked official sources and should not be expanded by implication.
- Pi is not yet available for production tasks.
- When it ships, its supported models, tools, and skills will be documented here and exposed through the same run API as the other harnesses.
Integration note
The `pi` harness ID is reserved and not yet routable. Do not target it in production integrations until it is marked available.
Run payload
await hr.run({
harness: "pi",
task: "Describe the product work the user asked for"
});Keep this backend-facing.
Users should choose product actions. Your server maps those actions to allowed harness IDs.
Sources
Read the official pages before making capability claims in product UI.
Back to harness catalog