Per-agent fabric
Postgres, keys, cards, and inboxes provisioned per agent from one file.
Agent operating stack
Heddwove is the harness: a config and an API that provision the threads an agent needs to act in the world. Runtime, routing, wallets with caps, mail, numbers, memory. One fabric. One balance.
import { loom, identity, skills } from "@heddwove/sdk"; // identity, money, and permissions live in the repo export const support = loom({ identity: identity.business(), threads: { mail: true, card: { capUsd: 100 }, postgres: true }, can: [skills.mail.send, skills.search, skills.route], limits: { spendCapUsd: 100, approve: ["cards.charge"] }, });
The heddle
In a loom, the heddle lifts chosen warp threads so the weft can pass. Heddwove lifts the chosen model, tool, and identity for this turn, then records what passed.
From heddle, the harness that opens a shed, plus wove.
Declare once
Postgres, keys, cards, and inboxes provisioned per agent from one file.
Runs, spend, mail, and model routes in a single console for each loom.
Spend caps bind before a loop discovers purchase. Approvals sit on the same path.
Platform
Durable agent processes with crash-safe state. Human-in-the-loop gates. Cursor, Claude Code, or your own runner. Heddwove is the mill.
Inexpensive models for mechanical turns. Frontier models when the task needs them. Policy, pruning, and idle-hour batching as a metered line.
Budgets, approvals, and an audit log before money or irreversible tools fire. KYC and KYB still need humans.
Company-shaped tools behind one balance: compute, storage, identity, payments, communications, filings helpers.
Templates
Inbox, knowledge base, and a $80 card cap for refunds that wait on approval.
Calendar, ATS hook, and a screened mailbox that drafts replies in class B models.
Processor webhooks, ledger memory, and a monthly close run on the durable runtime.
Postgres, auth, object storage, and edge functions declared beside the agent team.
From the mill floor
We stopped pasting API keys into twelve dashboards.
Leila Ortiz, agency lead, Northloom Ops
The kill-switch is how we sleep.
Arun Desai, founder, Ledgerfold
Next pass
One bearer token, one credit balance, one audit stream. Start on Warp with $25 of included credits.