Skip to content

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

  1. Read /errornotifier-ai-endpoints.json or /.well-known/ai-agent.json.
  2. Pick bug-report, suggestion, or talk-back.
  3. Submit a concise public-safe summary and structured evidence.
  4. 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.