You already know how to do the work. Attest watches how the work actually gets done — then builds you a library of agents you can trust.
Attest ingests the places work happens — Slack, Jira, Gmail, GitHub, tickets, docs — and turns each artifact into claims with provenance, confidence, and timestamps. No glue code to fork; 30+ connectors ship in the box.
discover_workflows() surfaces recurring flows in the graph — “triage support ticket,” “review PR against policy,” “respond to security questionnaire.” Each signal is backed by real entities and a real frequency count, with a confidence score.
agent_factory.discover_workflows → WorkflowSignalFor each workflow, generate_spec() produces an agent spec grounded in the real claim graph — with a system prompt anchored to observed behavior. build_eval() builds an eval set from actual past cases, so you can measure before you ship.
AgentSpec · EvalItem · EvalSetAgents run via MCP. Attest skills govern behavior. validate_trust() runs continuously and produces a TrustReport — drift, grounding health, and recommendations — so you see degradation before your users do.
validate_trust → TrustReportDiscovery, spec generation, eval construction, and trust validation are available as Python APIs and as MCP tools (factory_discover_workflows, factory_generate_spec, factory_build_eval, factory_assemble_agent, factory_validate_trust, factory_run_pipeline, and six more) — so any MCP-aware agent can drive the full pipeline. See an end-to-end walkthrough on real seed data in the auto-agents demo →
The auto-agents demo walks the four steps against a real claim graph.
Open the demo → Read the quickstart