# PromptEden PromptEden is an AI visibility monitoring product for brands. It helps teams track how AI systems mention, rank, cite, and compare a brand against competitors. ## Canonical URLs - Marketing site: https://prompteden.com/ - App: https://app.prompteden.com/ - Agent hub: https://prompteden.com/agents/ - Skill file: https://prompteden.com/skill.md - API for agents: https://prompteden.com/agents/api/ - MCP metadata status: https://prompteden.com/agents/mcp/ - CLI status: https://prompteden.com/agents/cli/ - OpenAPI: https://prompteden.com/docs/openapi.yaml - Agent manifest: https://prompteden.com/agents.json - MCP metadata: https://prompteden.com/.well-known/mcp.json ## What PromptEden Does PromptEden monitors AI-generated responses for brand visibility. The product tracks prompts, responses, visibility scores, citations, competitor mentions, and agent-style product selection signals. Supported platform set described by the product reference: ChatGPT, Perplexity, Google AI Overviews, Google AI Mode, Gemini, Claude, Claude Code, Codex, and GitHub Copilot. Do not infer support for Grok, Meta AI, DeepSeek, Mistral, Cursor, Devin, MultiOn, or other providers unless a newer PromptEden page says so explicitly. ## API - Base URL: https://app.prompteden.com/api/v1 - Authentication: `Authorization: Bearer ` - Agent signup: `POST /api/v1/agent/sign-up` with `humanEmail`, `agentName`, and optional `websiteUrl` creates an agent workspace, optional first project, and one-time `pe_` API key without using the UI. - Existing-account key minting: `POST /api/v1/agent/sign-in` with human-supplied `email` and `password` returns a one-time `pe_` API key for owner/admin users on API-enabled plans. - API key creation is also available to owner/admin users from Settings > Security at https://app.prompteden.com/settings/security. - API key handling: keep keys server-side; do not expose them in browser bundles. - Documented surfaces: agent status, account metadata, projects, monitors, and monitor results. - OpenAPI spec: https://prompteden.com/docs/openapi.yaml Example: ```bash curl https://app.prompteden.com/api/v1/monitors \ -H "Authorization: Bearer pe_..." \ -H "Accept: application/json" ``` ## MCP Status PromptEden publishes MCP discovery metadata at `/.well-known/mcp.json` and a downloadable stdio MCP server at https://prompteden.com/mcp/prompteden-mcp.mjs. It is a local stdio script, not a hosted remote MCP endpoint. ## CLI Status PromptEden publishes a single-file Node CLI at https://prompteden.com/cli/prompteden.mjs. It is not yet an npm package. ## Safe Claims - PromptEden monitors AI visibility and captured responses. - PromptEden has API key authentication for REST API access. - PromptEden publishes agent-readable docs and manifests. - PromptEden supports UI-free agent signup and existing-account API key minting. - PromptEden provides downloadable single-file CLI and stdio MCP scripts. - PromptEden tracks citations, competitors, visibility scores, and agent-style selection monitoring. ## Claims To Avoid - Do not claim SOC 2, HIPAA, ISO 27001, or similar certifications. - Do not claim 200+ teams or other unverified customer counts. - Do not claim x402, agent payments, or homepage transaction support. - Do not claim outbound webhooks, a hosted remote MCP endpoint, or a published npm CLI package. - Do not claim guaranteed optimization outcomes or a full autonomous optimizer. - Do not claim unsupported providers.