filepadai
sign inget started
Accountability infrastructure for AI agents

Define. Verify. Enforce.
what “done” means for AI work.

Turn AI plans into structured contracts. Verify completion with real evidence. Enforce it at runtime — not after the fact.

Works with Claude Code · Codex · Cursor · Windsurf

AI agents are powerful — but they can't prove their work is done.

AI systems can produce useful output, but you can't always see what they used, what changed, or whether the result is correct.

01

Context is scattered

Instructions, source material, and past decisions live across repos, docs, chat windows, and hidden dashboards. There is no single place to understand what an agent depends on.

02

Changes are hard to inspect

When an agent modifies something, you don't know what changed or why. No diff. No audit trail. No proof the change was correct.

03

There is no way to verify completion

Agents say "done" constantly. But there is no system that proves the work is actually complete, correct, and compliant with what was agreed.

Agents can say “done.” But there is no system that proves it.

Filepad turns AI work into something that can be verified.

Filepad introduces a system of active contracts — structured definitions of what must be true before work is considered complete.

Agents work against contracts

Every task is defined as a structured agreement with rules, checks, and completion criteria.

Evidence verifies the work

Commands, search results, file state, and external sources report what is true. Status is derived from evidence, not declared by the agent.

Completion is enforced

Work is only done when the contract is satisfied — not when the agent says so. Failing checks block completion.

Work is not just stored. It is evaluated.

Active contracts define what “done” means.

A structured YAML artifact that declares rules, checks, and completion conditions. Parsed, validated, and continuously verified — not just decorative text.

contract yaml
kind: filepad.agent_contract.v1
name: PDF Highlight Hard Cut

checks:
  - id: typecheck
    type: command
    command: pnpm -C apps/backend typecheck
    expect_exit_code: 0

  - id: no_legacy_code
    type: search_absent
    query: pdf_highlights.draft_by_query
    paths:
      - apps
      - packages

done_when:
  - typecheck
  - no_legacy_code
derived status
typecheckpassing
no_legacy_codefailing
Status: NOT COMPLETE

Agents cannot reliably claim completion when checks are failing, stale, or unverified. Filepad enforces the difference between output and proof.

From intent to verified outcome.

01Define

Define the contract

Turn plans, tasks, or specifications into structured contracts with checks and completion rules.

kind: filepad.agent_contract.v1 checks: - id: typecheck done_when: - typecheck
02Execute

Agents execute work

External agents — Claude, Codex, Cursor, Windsurf — operate within the workspace and propose changes against the contract.

filepad_bootstrap → read contract → execute work → record evidence
03Verify

Filepad verifies

Watchers, checks, and external evidence determine what is passing, failing, or stale. Status is derived, never self-declared.

✓ typecheck ✗ no_legacy_code Status: NOT COMPLETE
04Enforce

Completion is enforced

Work is only complete when the contract is satisfied — not when the agent says it is. Failing checks block completion.

Blocked: no_legacy_code Evidence required before completion.

Runtime enforcement, not just dashboards.

Through runtime hooks and verification systems, Filepad can block disallowed actions, mark checks stale when reality changes, require evidence before completion, and prevent agents from claiming “done” prematurely.

Filepad is not another IDE. It is the accountability layer for AI-driven work.

Block disallowed actions

Runtime hooks prevent agents from mutating files or running commands outside the contract.

Mark checks stale

When reality changes — a file is modified, a branch updates — checks go stale and require re-verification.

Require evidence

Completion is not declared. It is proven. Every passing check must be backed by evidence from a trusted source.

Prevent premature done

Agents cannot claim completion while checks are failing, stale, or unverified. The contract enforces the gate.

A workspace where AI work is visible and enforceable.

See what agents did, what changed, and what still needs to be proven.

Active agents

Connected runtimes

Pending approvals

Review before merge

Verification signals

Passing / failing / stale

Audit history

Every change tracked

Contract status

Derived, not declared

Works with your existing AI tools.

Claude Codeavailable
Codexavailable
Cursoravailable
Windsurfavailable
GitHubsoon
Local runtimesavailable
CI systemsavailable

Structured outputs, not just files.

Agents can produce documents, structured data, spreadsheets, and flow diagrams. All outputs are reviewable, versioned, and tied to contract verification.

Documents
Structured data
Spreadsheets
Flow diagrams

Built for people who operate AI systems.

01
Founders

Running AI workflows that need to be verified, not just trusted.

02
Engineering teams

Integrating agents into production workflows with accountability and evidence.

03
Agencies

Managing multiple client systems where proof of completion matters.

04
Developers

Building agent-driven products that need structured verification and enforcement.

Simple. No usage-based surprises.

Start free. Scale when you need more agents or workspaces.

free
$0/month

Try Filepad and see if it works for you.

  • 1 workspace
  • File tree + editor + diff review
  • FilepadAI assistant
  • Agent connections via MCP
  • Community support
  • No shared workspaces
  • No API access
Get started
pro
$29.99/month

For operators running real agent workflows.

  • 3 workspaces
  • Shared workspaces
  • File tree + editor + diff review
  • FilepadAI assistant
  • Agent connections via MCP
  • API access
  • Priority email support
  • Limited automation controls
Start free trial
pro plus
$49.99/month

For teams and power users who need advanced automations.

  • Unlimited workspaces
  • Shared workspaces
  • File tree + editor + diff review
  • FilepadAI assistant
  • Agent connections via MCP
  • API access
  • Advanced automation controls
  • Priority support
Start free trial
enterprise
Custom

For organizations that need custom limits and dedicated support.

  • Everything in Pro Plus
  • Shared workspaces
  • Custom workspace limits
  • Dedicated support
  • Custom onboarding
Contact us

Stop trusting AI output.

Start verifying it.

Filepad is the accountability layer for AI-driven work. Define what done means, verify it with evidence, and enforce completion.

Free to start · No credit card required · Cancel anytime