The canonical reference for the powerloom control plane. Each section covers one area of the platform — concepts, manifest schemas, API endpoints, and worked examples.
Sign up, model your first organizational unit, deploy your first agent, and bind a role. Twenty minutes from a fresh workspace to a governed agent in production.
Read →GuideStand up a local single-user Powerloom stack with Alfred and Claude Code in under two minutes. Clone, compose up, talk. No AWS required.
Read →GuideHook up Claude Code, OpenAI Codex CLI, or Gemini CLI to Powerloom. pip install loomcli → weave login → install runtime plugin → register a sub-principal → file your first tracker thread. Five steps.
Read →ReferenceOrganizational units, security groups, role bindings, and deny-override. The Active Directory model, applied to agents and the tools they reach.
Read →GuideDeclare an agent in YAML, attach skills and MCP servers, set a scope, apply. Reconciler drives the rollout; audit log captures the decision.
Read →ReferenceOIDC SSO, JWT issuance, personal access tokens, and the SHA-256 hash-chained audit log. Every state-changing action lands in a tamper-evident record.
Read →ReferencePre-built templates for Postgres, Slack, GitHub, Files, and more. Deploy via manifest, scope by OU, audit every tool call.
Read →GuideDAG-shaped multi-agent handoffs declared in YAML. Seven node kinds: trigger, agent, condition, approval, subflow, output, transform.
Read →weave: the command-line surface for plan, apply, diff, destroy, get, describe. Every flag, every exit code. Installs with `pip install loomcli`.
Read →ReferenceThe Python package that ships the weave binary + the bundled v2 JSON Schema. Install paths, version pinning, build-from-source, schema source-of-truth role.
Read →ReferenceYAML manifest shape for every Kind: OU, Group, RoleBinding, Agent, Skill, MCPDeployment, MCPServerRegistration, Credential. Fields, defaults, validation.
Read →ReferenceREST endpoints for every resource. JWT and PAT auth, OIDC SSO, pagination, error shape. Full OpenAPI spec at /api/openapi.json.
Read →GuideThe coordinator that drafts manifest diffs from natural language. How to invoke, what it reads from memory, and how to bound its scope.
Read →ReferenceRetrieval at invoke, Hebbian consolidation, coordinator grading, concept extraction. Drift detection screens for injection.
Read →ReferenceSix MCP tool definitions: list_open_threads, claim_thread, comment_on_thread, close_thread, search_similar_threads, get_thread_detail.
Read →