{
  "name": "PromptDC",
  "url": "https://promptdc.com",
  "description": "PromptDC Desktop is the flagship profile-driven AI writing and prompt enhancer for macOS and Windows. One install works in any app, every browser, IDE chat panel, and terminal; it is the first desktop app to enhance prompts inside terminal CLIs. Chrome and IDE extensions are optional additions.",
  "version": "1.0.0",
  "contact": "mailto:spromptdc@gmail.com",
  "discovery": {
    "llms": "https://promptdc.com/llms.txt",
    "llms_full": "https://promptdc.com/llms-full.txt",
    "actions": "https://promptdc.com/.well-known/agent-actions.json",
    "sitemap": "https://promptdc.com/sitemap.xml",
    "docs": "https://promptdc.com/docs/agents",
    "changelog": "https://promptdc.com/changelog",
    "pricing": "https://promptdc.com/pricing"
  },
  "auth": {
    "provider": "Supabase Auth",
    "url": "https://promptdc.com/login",
    "methods": [
      {
        "type": "oauth",
        "provider": "Google",
        "button_label": "Continue with Google",
        "selector": "[data-agent=\"sign-in-google\"]"
      },
      {
        "type": "oauth",
        "provider": "Apple",
        "button_label": "Continue with Apple",
        "selector": "[data-agent=\"sign-in-apple\"]"
      }
    ],
    "email_password": false,
    "web_app_api_keys": false,
    "paid_plan_required": true,
    "free_plan": false,
    "notes": "A signed-in account without a paid plan cannot run enhancements. New accounts may be sent through onboarding before the requested account page. Developer Lifetime provider keys configure BYOK enhancement and are not an authentication method for the web app."
  },
  "surfaces": [
    {
      "name": "Website",
      "platforms": ["Web"],
      "url": "https://promptdc.com",
      "account_url": "https://promptdc.com/account"
    },
    {
      "name": "PromptDC Desktop",
      "platforms": ["macOS Apple silicon", "macOS Intel", "Windows"],
      "url": "https://promptdc.com/desktop-app",
      "install_urls": {
        "macos_apple_silicon": "https://promptdc.com/download/desktop/mac-arm64",
        "macos_intel": "https://promptdc.com/download/desktop/mac-x64",
        "windows": "https://promptdc.com/download/desktop/win-x64-exe"
      }
    },
    {
      "name": "PromptDC Chrome",
      "platforms": ["Chrome"],
      "url": "https://promptdc.com/features/chrome",
      "install_url": "https://chromewebstore.google.com/detail/dandneiidpgdhdadiogkcikebchholpp"
    },
    {
      "name": "PromptDC IDE extensions",
      "platforms": ["VS Code", "Cursor", "Trae", "Windsurf", "Kiro", "Antigravity"],
      "url": "https://promptdc.com/features/ide",
      "install_urls": {
        "vscode": "https://marketplace.visualstudio.com/items?itemName=PromptDC.promptdc-vscode",
        "cursor_trae_windsurf_kiro_antigravity": "https://open-vsx.org/extension/promptdc/promptdc-vscode"
      }
    }
  ],
  "profiles": [
    {
      "name": "Grammar",
      "purpose": "Correct spelling, grammar, punctuation, capitalization, word choice, and genuinely awkward phrasing while preserving the author's meaning and voice."
    },
    {
      "name": "Email",
      "purpose": "Turn source notes into a complete email with a subject, greeting, scannable body, and polite sign-off without inventing details."
    },
    {
      "name": "Social",
      "purpose": "Rewrite an idea as a platform-appropriate social post with a hook, skimmable lines, and a clear takeaway or call to action."
    },
    {
      "name": "Image Prompt",
      "purpose": "Expand an idea into one detailed text-to-image prompt covering subject, composition, setting, lighting, palette, mood, style, and relevant camera or render details."
    },
    {
      "name": "Summarize",
      "purpose": "Condense source text into a faster-to-read overview that preserves key facts, decisions, numbers, deadlines, and action items."
    },
    {
      "name": "Reply",
      "purpose": "Draft a concise, context-appropriate reply that addresses the source message without inventing facts or commitments."
    },
    {
      "name": "Professional",
      "purpose": "Rewrite text in a polished, clear, confident workplace tone while preserving facts and intent."
    },
    {
      "name": "Concise",
      "purpose": "Remove redundancy, filler, hedging, and repetition while preserving every essential point."
    },
    {
      "name": "Explain",
      "purpose": "Rewrite complex material in plain language for a general audience, defining essential terms and adding a brief example only when useful."
    },
    {
      "name": "Code",
      "purpose": "Turn a rough coding request into an implementation-ready prompt for the current coding app or tool; its system prompt is supplied by the backend and is not editable."
    }
  ],
  "formats": ["Regular", "XML", "JSON", "YAML"],
  "shortcuts": [
    {
      "surface": "Desktop",
      "action": "Enhance selected text",
      "macos": "Command+Shift+E",
      "windows": "Ctrl+Shift+E"
    },
    {
      "surface": "Desktop",
      "action": "Toggle panel",
      "macos": "Command+Shift+U",
      "windows": "Ctrl+Shift+U"
    },
    {
      "surface": "Chrome",
      "action": "Enhance focused field",
      "macos": "Command+Shift+Space",
      "windows_linux": "Ctrl+Shift+Space"
    },
    {
      "surface": "VS Code and Open VSX editors",
      "action": "Enhance Prompt",
      "macos": "Command+Control+E",
      "windows_linux": "Ctrl+Alt+E"
    }
  ],
  "plans": [
    {
      "name": "Starter",
      "billing": "one_time",
      "price_usd": 1,
      "enhancements": "30 total",
      "profiles": "Unlimited",
      "library": "5 Prompts + MD Files",
      "library_visibility": "Public only",
      "checkout_url": "https://promptdc.com/account/subscription?plan=starter"
    },
    {
      "name": "Pro",
      "billing": "monthly",
      "price_usd": 9,
      "enhancements": "200 per month",
      "profiles": "Unlimited",
      "library": "50 Prompts + MD Files",
      "library_visibility": "Public and private",
      "checkout_url": "https://promptdc.com/account/subscription?plan=pro"
    },
    {
      "name": "Enterprise",
      "billing": "monthly",
      "price_usd": 15,
      "enhancements": "Unlimited",
      "profiles": "Unlimited",
      "library": "Unlimited Prompts + MD Files",
      "library_visibility": "Public and private",
      "checkout_url": "https://promptdc.com/account/subscription?plan=enterprise"
    },
    {
      "name": "Developer Lifetime",
      "billing": "one_time_tiered",
      "price_usd_tiers": [69, 99, 124],
      "enhancements": "Unlimited using the user's provider API credits",
      "profiles": "Unlimited",
      "library": "Unlimited Prompts + MD Files",
      "library_visibility": "Public and private",
      "byok_providers": ["OpenAI", "Anthropic (Claude)", "Google (Gemini)", "xAI (Grok)"],
      "checkout_url": "https://promptdc.com/account/subscription?plan=developer"
    }
  ],
  "actions": "https://promptdc.com/.well-known/agent-actions.json",
  "policies": {
    "delegated_operation": "An agent may operate PromptDC on behalf of a signed-in user within the authority that user granted.",
    "account_pages": "Account pages are for interactive use by the signed-in user or their authorized agent. Do not scrape or index them.",
    "usage_limits": "Respect the active plan's visible enhancement and library limits. Starter has 30 total enhancements and 5 public files; Pro has 200 enhancements per month and 50 files; Enterprise is unlimited; Developer Lifetime is unlimited within the user's selected provider's API credits and provider limits.",
    "rate_limits": "No separate public web-app request rate limit is documented. Follow UI feedback, do not retry payment or destructive operations blindly, and do not bypass product or provider limits."
  }
}
