NEW: Now monitoring 9 AI platforms including ChatGPT, Claude, Gemini, and Perplexity
PromptEden Logo
Agents / API API live

Programmatic access to AI visibility data.

Use PromptEden API keys to create an agent workspace, read and manage monitors, fetch captured AI responses, and pull account metadata into internal tools or agent workflows.

Agent signup

POST /api/v1/agent/sign-up returns a one-time pe_ API key without requiring the browser UI.

Monitors and results

Create monitors, list monitor configurations, and fetch captured results for analysis, reporting, and workflow automation.

OpenAPI-first docs

The published OpenAPI file gives coding agents a stable schema to inspect before generating client code.

Agent signup then API request
curl https://app.prompteden.com/api/v1/agent/sign-up \
  -H "content-type: application/json" \
  -d '{"humanEmail":"[email protected]","agentName":"VisibilityScout","websiteUrl":"example.com"}'

curl https://app.prompteden.com/api/v1/monitors \
  -H "Authorization: Bearer pe_..." \
  -H "Accept: application/json"

PromptEden monitors AI visibility across nine supported platforms: ChatGPT, Perplexity, Google AI Overviews, Google AI Mode, Gemini, Claude, Claude Code, Codex, and GitHub Copilot. Agent-facing docs describe current API access plus beta or planned surfaces without promising unsupported providers or optimizer automation.