The infrastructure forlong-horizon vertical agents.
Give every customer an agent co-worker that learns on the job and stays on it for weeks at a time. You own the recipe; we run everything else.
Hey there, Roland
Here's a quick look at your managed agents.
Every vertical will have its Harvey.We build the infrastructure that creates them.
The model is interchangeable. Your definition of good is not.
Agent recipes
The open format for vertical agents, built on Pi: agents, skills, policies, and evals in plain source you own in Git, on any runtime.
Customer runtimes
A governed agent for each customer: isolated sandboxes, scoped identities, credentials injected at the edge.
Improvement loops
Production evidence reveals what to improve. Your AI FDE agent diagnoses the right layer and ships focused changes as PRs you review.
An agent recipe is a directory.
An agent is only as good as the standard you hold it to. A recipe keeps that standard in the directory that does the work, in plain source you and your agents can both edit, so it sharpens every time you learn something.
Go to RecipesFrom rate quote to application submitted: guide borrowers through the application, chase missing documents, verify income, and hand off to an underwriter with a complete file.
Royalties are self-reported, and most statements are never checked. Ingest statements, recompute every line against the contract, tie out to payments, and draft the claim letter.
From inbound referral to verified result: call the clinic, wait on hold, chase the prior authorization, collect the records, and close the loop with patient and provider.
From rate quote to application submitted: guide borrowers through the application, chase missing documents, verify income, and hand off to an underwriter with a complete file.
1name: agent2description: Lending co-worker, rate quote to submitted application.3model:4name: anthropic/claude-sonnet-4-65thinking_level: medium6tools:7- read8- bash9mcp:10encompass:11include: ["*"]12plaid:13include: ["*"]14twilio:15include: ["*"]16docusign:17include: ["*"]18subagents:19- document-chase20- income-verify21- underwriter-handoff22skills:23- borrower-onboarding24- adverse-action-policy25system_instructions:26mode: append27content: |28# Role: Loan application co-worker29Quote the rate, open the application, chase30missing documents over SMS and email for as31long as it takes, and hand off to an32underwriter with a complete file. Never quote33terms outside the rate sheet.
Royalties are self-reported, and most statements are never checked. Ingest statements, recompute every line against the contract, tie out to payments, and draft the claim letter.
1name: agent2description: Royalty audit co-worker, statements in, claims out.3model:4name: anthropic/claude-opus-4-85thinking_level: high6tools:7- read8- bash9- write10mcp:11sharepoint:12include: ["*"]13contracts:14include: ["*"]15netsuite:16include: ["*"]17subagents:18- statement-parser19- contract-terms20- claim-drafter21skills:22- royalty-recalculation23- audit-workpapers24system_instructions:25mode: append26content: |27# Role: Royalty auditor28Parse each self-reported statement, recompute29every line against the executed contract, tie30out to payments received, and draft claims31only where the workpapers prove the shortfall.
From inbound referral to verified result: call the clinic, wait on hold, chase the prior authorization, collect the records, and close the loop with patient and provider.
1name: agent2description: Care coordination co-worker, referrals to verified results.3model:4name: openai/gpt-5.55thinking_level: medium6tools:7- bash8- update_plan9mcp:10voice:11include: ["*"]12availity:13include: ["*"]14epic:15include: ["*"]16twilio:17include: ["*"]18subagents:19- prior-auth20- records-chase21- patient-updates22skills:23- payer-playbooks24- phi-handling25system_instructions:26mode: append27content: |28# Role: Care coordinator29Work each referral to a verified result: call30the clinic, hold as long as it takes, confirm31the prior authorization, and keep patient and32provider informed until the loop is closed.
One recipe. A runtime for every customer.
Customers create agent identities in your product the way they invite teammates: as users and groups, one or many, each with its own connections, conversations, files, and memory.
Let agents act for the signed-in customer, with conversations, files, and tools scoped to that identity.
Let customers connect their own systems while credentials remain outside the agent sandbox.
Start long-running work, disconnect, and reconnect without losing progress or state.
Fetch and render complete customer conversations inside your product.
Persist customer-scoped files and memory across tasks and sessions.
Share conversations through revocable grants, then fork their full history into new tasks.
Run the AI FDE loop.
Introspection is agent-native. Our CLI and plugin turn Codex and Claude Code into AI FDE agents that work alongside your domain experts—building judges and evals, learning from production, and shipping improvements as PRs you review.
Recurring behavior surfaces from real conversations, ranked by how often it costs you.
Turn approved quality boundaries into judges that measure every release.
Compare candidate recipes on representative and production evidence.
Better recipes, judges, and regression coverage: your definition of good, becoming the moat.
Meet every deployment requirement.
Operate from one platform.
Deploy in our cloud, your cloud, or your customer's enterprise environment with the same identity, security, and operational controls.
Run on our managed cloud or use a dedicated data plane in your own cloud when residency, isolation, or control requirements demand it.
Every task executes in a hardened, disposable sandbox with controlled network and tool access, then preserves only its durable state and artifacts.
Agents reach only the hosts you allow, and credentials are injected at the edge, so your keys never enter the sandbox.
Tie every agent, key, and action to your identity provider, gated by scoped role-based access.
Every run is traced end-to-end (turns, tool calls, tokens, and cost), streamed to your own stack and pinned to the exact commit that ran.
Start on managed keys, or bring your own provider accounts: your spend, under your own data agreements.