{
  "name": "PromptEden",
  "url": "https://prompteden.com/",
  "description": "AI visibility monitoring for brands across supported search, API, and coding-agent providers.",
  "agent_hub": "https://prompteden.com/agents/",
  "status": {
    "api": "live",
    "mcp": "stdio_script_live",
    "cli": "single_file_live",
    "agent_signup": "live"
  },
  "docs": {
    "llms": "https://prompteden.com/llms.txt",
    "llms_full": "https://prompteden.com/llms-full.txt",
    "skill": "https://prompteden.com/skill.md",
    "openapi": "https://prompteden.com/docs/openapi.yaml",
    "mcp_metadata": "https://prompteden.com/.well-known/mcp.json"
  },
  "api": {
    "base_url": "https://app.prompteden.com/api/v1",
    "auth": "bearer_api_key",
    "key_prefix": "pe_",
    "agent_signup_url": "https://app.prompteden.com/api/v1/agent/sign-up",
    "agent_signin_url": "https://app.prompteden.com/api/v1/agent/sign-in",
    "agent_status_url": "https://app.prompteden.com/api/v1/agent/status",
    "key_management_url": "https://app.prompteden.com/settings/security",
    "key_management_auth": "agent_signup_or_logged_in_owner_or_admin_session"
  },
  "cli": {
    "download_url": "https://prompteden.com/cli/prompteden.mjs",
    "run": "node prompteden.mjs account"
  },
  "mcp": {
    "download_url": "https://prompteden.com/mcp/prompteden-mcp.mjs",
    "transport": "stdio",
    "run": "PROMPTEDEN_API_KEY=pe_... node prompteden-mcp.mjs"
  },
  "supported_platforms": [
    "ChatGPT",
    "Perplexity",
    "Google AI Overviews",
    "Google AI Mode",
    "Gemini",
    "Claude",
    "Claude Code",
    "Codex",
    "GitHub Copilot"
  ],
  "do_not_claim": [
    "SOC 2 or similar certification",
    "200+ teams",
    "x402 or agent payments",
    "outbound webhooks",
    "hosted remote MCP server endpoint",
    "published npm CLI package",
    "guaranteed optimization outcomes",
    "unsupported providers"
  ]
}
