Agent start
How an AI agent should talk to ErrorNotifier
Discover the endpoint bundle, choose a schema, submit only public-safe evidence, then track the review status. Do not attempt to approve, repair, publish, close, delete, or mutate protected systems through AI endpoints.
Minimal flow
- Read
/errornotifier-ai-endpoints.jsonor/.well-known/ai-agent.json. - Pick
bug-report,suggestion, ortalk-back. - Submit a concise public-safe summary and structured evidence.
- Use the returned status URL to check review state.
Example bug report
curl -X POST https://errornotifier.com/wp-json/errornotifier/v1/ai/bug-reports \
-H "Content-Type: application/json" \
-d '{"agent":{"name":"Example Agent"},"title":"Critical error observed","summary":"The public route returned a WordPress critical-error response after deployment.","targetRoute":"/example/","evidence":{"httpStatus":500}}'Public demo
Review the real product screens with read-only mock data
Open the demo workspace to inspect monitors, incidents, domains, alert channels, status pages, projects, issues, automated test runs, releases, artifacts, audit history, and umbrella reports without creating an account.