{
  "$comment": "Machine-readable capability manifest for autonomous agents. Honest tri-state: capabilities marked status 'live' are callable today; 'planned' are not yet exposed publicly. Do not assume planned endpoints resolve.",
  "name": "Bike4Mind",
  "tagline": "Your AI keeps running when theirs doesn't.",
  "description": "Open-core AI workbench: 60+ models behind one interface, autonomous agents, RAG, voice, and in-browser code. Run hosted or deploy the full source inside your own AWS.",
  "url": "https://bike4mind.com",
  "last_verified": "2026-06-30",
  "license": {
    "model": "open-core",
    "current": "FSL-1.1",
    "converts_to": "Apache-2.0",
    "convert_after": "2 years",
    "covenant_locked": true
  },
  "deploy": {
    "hosted": true,
    "self_hosted": true,
    "clouds": [
      "aws"
    ],
    "govcloud": true,
    "data_residency": "customer_aws_account",
    "full_source": true
  },
  "mcp": {
    "status": "live",
    "transport": "streamable-http",
    "url": "https://bike4mind.com/api/mcp",
    "authentication": "none",
    "install": "claude mcp add --transport http bike4mind https://bike4mind.com/api/mcp",
    "manifest": "https://bike4mind.com/.well-known/mcp.json",
    "agent_card": "https://bike4mind.com/.well-known/agent-card.json",
    "tools": [
      "get_site_info",
      "list_models",
      "get_comparison",
      "get_open_core_facts",
      "search_blog_posts",
      "get_blog_post"
    ],
    "note": "Read-only, no auth. This is the live site MCP server \u2014 distinct from the planned product endpoint at mcp.bike4mind.com."
  },
  "auth": {
    "type": "apiKey",
    "header": "x-api-key",
    "signup": "https://bike4mind.com/pricing",
    "byok": {
      "supported": true,
      "markup": 0
    }
  },
  "rate_limits": {
    "per_minute": 60,
    "per_day": 1000,
    "note": "Per API key, default. Every GET poll counts. Honor Retry-After and X-RateLimit-Remaining-* headers.",
    "headers": [
      "Retry-After",
      "X-RateLimit-Remaining-Minute",
      "X-RateLimit-Remaining-Day"
    ]
  },
  "pricing": {
    "currency": "USD",
    "model": "transparent_balance",
    "credits": false,
    "balance_rollover_days": 90,
    "metered_markup_pct": [
      20,
      10,
      5
    ],
    "free_tier": false,
    "plans": [
      {
        "name": "Individual",
        "price_per_month": 15,
        "balance_included_usd": 10
      },
      {
        "name": "Team",
        "price_per_seat_per_month": 20,
        "shared_balance_pool": true
      },
      {
        "name": "Enterprise",
        "price": "custom",
        "byok_markup_pct": 0,
        "self_hosted": true
      }
    ]
  },
  "capabilities": [
    {
      "key": "multi_model",
      "supported": true,
      "status": "live",
      "detail": "60+ models, one interface, switch mid-conversation"
    },
    {
      "key": "autonomous_agents",
      "supported": true,
      "status": "live",
      "detail": "Quest Master: multi-step task execution"
    },
    {
      "key": "persistent_memory",
      "supported": true,
      "status": "live",
      "detail": "Mementos: memory across conversations"
    },
    {
      "key": "rag",
      "supported": true,
      "status": "live",
      "detail": "Ground answers in your uploaded documents"
    },
    {
      "key": "deep_research",
      "supported": true,
      "status": "live",
      "detail": "Multi-source research with citations"
    },
    {
      "key": "voice",
      "supported": true,
      "status": "live",
      "detail": "Talk to any model"
    },
    {
      "key": "image_gen",
      "supported": true,
      "status": "live",
      "detail": "FLUX, GPT Image, editing/inpainting"
    },
    {
      "key": "in_browser_python",
      "supported": true,
      "status": "live",
      "detail": "Client-side via WebAssembly; no-login demo at /features"
    },
    {
      "key": "collaboration",
      "supported": true,
      "status": "live",
      "detail": "Real-time, shared workspaces"
    },
    {
      "key": "sso_saml",
      "supported": true,
      "status": "live",
      "detail": "SAML 2.0, Okta; MFA"
    },
    {
      "key": "rbac",
      "supported": true,
      "status": "live",
      "detail": "Roles: owner, admin, member, guest"
    },
    {
      "key": "rest_api",
      "supported": true,
      "status": "live",
      "detail": "x-api-key auth"
    },
    {
      "key": "cli",
      "supported": true,
      "status": "live",
      "detail": "@bike4mind/cli on npm"
    },
    {
      "key": "mcp_host",
      "supported": true,
      "status": "live",
      "detail": "Bike4Mind hosts MCP servers"
    },
    {
      "key": "mcp_servers",
      "supported": true,
      "status": "live",
      "detail": "Ships MCP servers: GitHub, Notion, Atlassian, LinkedIn"
    },
    {
      "key": "cc_bridge",
      "supported": true,
      "status": "live",
      "detail": "Bring a local Claude Code session in as a live participant"
    },
    {
      "key": "history_import",
      "supported": true,
      "status": "live",
      "detail": "Import ChatGPT and Claude conversation history"
    },
    {
      "key": "public_mcp_endpoint",
      "supported": false,
      "status": "planned",
      "detail": "A no-auth visiting-agent MCP server (mcp.bike4mind.com) is on the roadmap"
    },
    {
      "key": "public_try_prompt",
      "supported": false,
      "status": "planned",
      "detail": "A rate-limited no-auth inference sandbox for agents is on the roadmap"
    },
    {
      "key": "openapi_spec",
      "supported": false,
      "status": "planned",
      "detail": "A published OpenAPI 3.1 spec is on the roadmap"
    }
  ],
  "models": {
    "count": "60+",
    "providers": [
      "OpenAI",
      "Anthropic",
      "Google",
      "xAI",
      "Meta",
      "AWS Bedrock"
    ],
    "self_hosted_open_weight": "via Ollama",
    "live_list": "requires authenticated GET /api/models (public models endpoint: planned)"
  },
  "compliance": {
    "posture": "architecture-ready",
    "note": "Operated as a continuous program, not a one-time certificate. Request the security package for BAA terms and current SOC 2 status.",
    "frameworks": [
      "SOC 2",
      "HIPAA",
      "GDPR",
      "C2PA"
    ],
    "phi_stays_in_customer_cloud": true,
    "no_prompt_retention": true,
    "customer_managed_keys": true,
    "audit_logging": true
  },
  "trust": {
    "trains_on_your_data": false,
    "telemetry": "pseudonymized; never stores prompts or responses"
  },
  "links": {
    "agents": "https://bike4mind.com/agents",
    "agents_md": "https://bike4mind.com/AGENTS.md",
    "llms_txt": "https://bike4mind.com/llms.txt",
    "for_developers": "https://bike4mind.com/for-developers",
    "api_explorer": "https://bike4mind.com/b4m-api-explorer",
    "docs": "https://bike4mind.com/docs",
    "open_core": "https://bike4mind.com/open",
    "pricing": "https://bike4mind.com/pricing",
    "contact": "https://bike4mind.com/contact",
    "mcp_manifest": "https://bike4mind.com/.well-known/mcp.json",
    "agent_card": "https://bike4mind.com/.well-known/agent-card.json",
    "agents_json": "https://bike4mind.com/agents.json",
    "mcp_endpoint": "https://bike4mind.com/api/mcp"
  }
}
