{
  "name": "Echoo Content API",
  "version": "1.0.0",
  "description": "Echoo is a macOS menu bar app that transforms text with AI keyboard shortcuts in any Mac app. Write in your own language and get natural English back with your tone intact. Voice dictation, grammar, translation, summaries, and custom commands. Start with 10 free credits - no API key, no card.",
  "tagline": "Echoo - the writing tool your Mac should have",
  "lede": "Stop spending your day thinking and writing in English. Type it in your own language - German, Portuguese, Japanese, whatever you actually think in. One shortcut, and it comes back as natural English with your tone intact.",
  "worksIn": "Works in Mail, Slack, Notion, Docs, and your IDE - wherever you are already typing.",
  "platform": "macOS 14 or later (Apple Silicon and Intel)",
  "benefits": [
    {
      "id": "one-shortcut",
      "title": "One shortcut, that's the whole interface",
      "body": "No chat window, no browser tab, no copy-paste. The result replaces what you wrote, right where you wrote it."
    },
    {
      "id": "private-by-design",
      "title": "Private by design",
      "body": "Nothing you write becomes training data - the major providers state in their API terms that data sent through the API is not used to train their models. How your text travels depends on the mode you pick; all three are described below."
    },
    {
      "id": "your-way",
      "title": "Make it work your way",
      "body": "Build your own commands, or edit the built-in ones so they manipulate text exactly how you want. Set your own shortcut for each one. Your prompts, your rules."
    },
    {
      "id": "screen-context",
      "title": "Screen Context",
      "body": "Echoo can see what is on your screen, not just the text you typed. Reply to a thread and it reads the whole conversation. Ask about an error and it sees the code. You stop explaining the situation - it is already looking at it."
    },
    {
      "id": "memory",
      "title": "Memory",
      "body": "Commands learn from how you have used them, so the more you write with Echoo the more the output sounds like you and less like a chatbot. Available on Pro and Max only, because it runs on Echoo’s managed key."
    },
    {
      "id": "free-to-try",
      "title": "Free to try",
      "body": "10 credits to start - no API key, no card. Pro is $6.99/month for 300 credits, Max is $9.99/month for 600. A free BYOK mode is available for power users."
    }
  ],
  "privacy": {
    "note": "How your text travels depends on the mode. All three are listed; none of them make your text training data.",
    "tiers": [
      {
        "id": "byok",
        "mode": "Bring your own key (free)",
        "summary": "The app calls the AI provider directly with your key. Echoo is not in the path and never sees your text."
      },
      {
        "id": "local",
        "mode": "Local models (free)",
        "summary": "Run Ollama, LocalAI, or LiteLLM and your text never leaves the Mac at all. No network request goes out."
      },
      {
        "id": "managed",
        "mode": "Free credits, Pro, and Max",
        "summary": "The request routes through Echoo’s provider key so it works with zero setup. Echoo does not store the text of your commands or their responses - only usage counts and subscription status, to enforce your credit allowance."
      }
    ],
    "enterprise": "BYOK and local modes are the ones an enterprise can approve: your text goes to a provider you already have a contract with, or never leaves the machine."
  },
  "endpoints": {
    "listCommands": "https://www.echoo.ai/api/v1/commands.json",
    "listUseCases": "https://www.echoo.ai/api/v1/use-cases.json",
    "listIntegrations": "https://www.echoo.ai/api/v1/integrations.json",
    "listWorkflows": "https://www.echoo.ai/api/v1/workflows.json",
    "listGlossaryTerms": "https://www.echoo.ai/api/v1/glossary.json",
    "listPosts": "https://www.echoo.ai/api/v1/posts.json",
    "listPlans": "https://www.echoo.ai/api/v1/pricing.json"
  },
  "links": {
    "self": "https://www.echoo.ai/api/v1/index.json",
    "openapi": "https://www.echoo.ai/openapi.json",
    "documentation": "https://www.echoo.ai/docs",
    "cli": "https://www.npmjs.com/package/echoo-cli",
    "llmsTxt": "https://www.echoo.ai/llms.txt",
    "sitemap": "https://www.echoo.ai/sitemap.xml",
    "website": "https://www.echoo.ai/",
    "download": "https://www.echoo.ai/get/Echoo.dmg"
  },
  "license": {
    "name": "Proprietary",
    "note": "Source published on GitHub for inspection, not open source under a permissive license."
  },
  "updated": "2026-08-27T07:42:54.813Z"
}
