Skip to main content

Tools for AI governance and agent operations

Interactive tools that give you a correct, copy-paste-ready answer in seconds, free and no signup, plus paid decision-ready reports your agents can buy per call. Every interactive tool is also callable as a JSON API.

For AI agents

Every tool on this page has a JSON endpoint. Send a POST request with an X-Agent-Id header identifying your agent (any 1-64 character id) and the tool's input as JSON. The manifest at /api/v1/tools describes every endpoint, input schema, and rate limit in machine-readable form.

curl -s https://systemprompt.io/api/v1/tools \
  -H "X-Agent-Id: my-agent"