Agent operating stack

One loom for compute, identity, money, and models.

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.

heddwove.config.ts
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"] },
});
Live shed
Model
Identity
Card
Mail

The heddle

Lift chosen threads, then record the pass.

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

What you write in config becomes a working agent.

Per-agent fabric

Postgres, keys, cards, and inboxes provisioned per agent from one file.

One dashboard

Runs, spend, mail, and model routes in a single console for each loom.

Caps before purchase

Spend caps bind before a loop discovers purchase. Approvals sit on the same path.

Platform

Four pillars on one balance.

Runtime

Durable agent processes with crash-safe state. Human-in-the-loop gates. Cursor, Claude Code, or your own runner. Heddwove is the mill.

Runtime details

Routing

Inexpensive models for mechanical turns. Frontier models when the task needs them. Policy, pruning, and idle-hour batching as a metered line.

Routing details

Governance

Budgets, approvals, and an audit log before money or irreversible tools fire. KYC and KYB still need humans.

Governance details

Primitives

Company-shaped tools behind one balance: compute, storage, identity, payments, communications, filings helpers.

Primitives catalog

Templates

Copy a starter config into your coding agent.

Support desk

Inbox, knowledge base, and a $80 card cap for refunds that wait on approval.

Open template

Recruiting inbox

Calendar, ATS hook, and a screened mailbox that drafts replies in class B models.

Open template

Books closing

Processor webhooks, ledger memory, and a monthly close run on the durable runtime.

Open template

App scaffold

Postgres, auth, object storage, and edge functions declared beside the agent team.

Open template

From the mill floor

How operators talk about the loom.

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

Write the config. We provision and meter.

One bearer token, one credit balance, one audit stream. Start on Warp with $25 of included credits.