{
  "schema_version": "v1",
  "name_for_human": "BringYour",
  "name_for_model": "bringyour",
  "description_for_human": "Move your AI agent between tools. Bootstrap a new agent from your public data.",
  "description_for_model": "BringYour (binary: `portable`) is a local-first CLI + MCP server that migrates AI agent harnesses between 13 tools: Claude Code, Cursor, Codex, OpenClaw, Aider, Continue, Cline, Goose, Zed, Roo Code, ChatGPT, Claude.ai, Copilot. Two entry paths: `migrate` (export from one tool, import to another — every bidirectional pair works) and `bootstrap` (synthesize a new harness from GitHub profile via user's own Anthropic/OpenAI/Ollama key, no OAuth required). Transfers are device-to-device encrypted (AES-256-GCM + passphrase). Bundles are ed25519-signed. PII is scrubbed (regex + blocklist + identity-signal heuristics) with an audit log. Low-confidence inferred memories get interactive review with confidence score + source citation per item. Canonical install: `npx portable migrate --from <tool> --to <tool>` or `npx portable bootstrap --github <username>`.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "none",
    "is_user_authenticated": false
  },
  "logo_url": "https://bringyour.ai/favicon.svg",
  "contact_email": "hello@bringyour.ai",
  "legal_info_url": "https://bringyour.ai/"
}
