Manifest validation
Run deterministic structural checks, metadata linting, and readiness scoring before ACP apps hit production.
Agent protocol reliability infrastructure
ACP Watchtower is the fastest way to turn an ACP manifest into a clear readiness score, a release-risk diff, and a shareable report your team can actually act on.
Build status
Tonight’s MVP stack is live, demoable, and automation-ready.
Run deterministic structural checks, metadata linting, and readiness scoring before ACP apps hit production.
Compare old vs new manifests, flag risky action drift, and generate a short release-risk summary.
Persist hosted reports, emit webhook-ready payloads, and expose scheduled re-check endpoints for recurring monitoring.
Automation-first revenue path
What ships tonight
Scheduled re-checks, webhook alerts, team dashboards, and CI/CD integration. Join the waitlist — we launch soon.
Validator workbench
Automation layer
Readiness output
Paste an ACP manifest above and hit “Run readiness analysis” to see severity cards, category scores, and issue-level fix guidance.
Diff mode
Webhook preview
{
"message": "Create a report to preview the outbound event schema."
}FAQ
The Agent Communication Protocol defines how AI agents discover and invoke actions exposed by applications. Think of it as an API contract designed specifically for agent-to-app communication.
Only if you explicitly create a hosted report. Ad-hoc analyses are stateless — nothing is saved unless you click 'Create hosted report'.
We run deterministic checks across five categories: schema completeness, action clarity, discoverability, safety guardrails, and maintainability. Each issue reduces the category score based on severity.
Yes. POST to /api/analyze with your manifest JSON, or set up /api/cron/recheck for scheduled monitoring. GitHub webhook support is also available for CI/CD integration.
Not yet — but the API is fully usable from curl or any HTTP client. A CLI is on the roadmap for Pro users.
After creating a hosted report, you get an SVG badge URL showing your readiness score and verdict. Embed it in your README to signal agent-readiness to your users.