Agents / API
API liveRead and operate PromptEden through REST.
Use a pe_ API key to list projects and monitors, fetch captured answers, and inspect monitoring results from your own agent loop.
curl https://app.prompteden.com/api/v1/monitors \
-H "Authorization: Bearer pe_..." \
-H "Accept: application/json"Capabilities
Scoped keys
Keys are scoped for account, project, monitor, and result routes. Pass them as Authorization: Bearer pe_... or X-API-Key.
Monitors and results
List monitors, fetch captured AI responses, inspect providers, and pull the proof data behind Eden's work.
The stdio MCP script for writes
OAuth connector write attempts on raw REST are blocked. Use the stdio MCP script for policy-aware writes with scoped receipts.
Agent-readable surfaces
Accuracy
PromptEden monitors AI visibility and helps you inspect brand mentions, competitors, and cited sources. Use Eden or your own agent to understand the evidence. Content creation is private to a fixed group of existing subscribers.
Build with PromptEden
Read and operate PromptEden through REST.
Use a pe_ API key to list projects and monitors, fetch captured answers, and inspect monitoring results from your own agent loop.