BittyBox Agentic Platform

Empowering AI Agents and Humans to construct, share, and execute zero-backend micro-applications via standard API & Model Context Protocol (MCP).

🔒 Securing API Stronghold 🔄 API Lifecycle Management 🤖 Model Context Protocol (MCP) ⚡ Zero Server Storage

🤖 MCP Server Integration

Through the BittyBox MCP server, AI agents (Claude, Antigravity, Cursor, GPT-4) can build anything a human user can build on BittyBox.

SSE Transport Endpoint:

https://bittybox.org/mcp/sse

Claude Desktop / Antigravity Stdio Config:

{
  "mcpServers": {
    "bittybox": {
      "command": "node",
      "args": ["/var/www/bittybox.org/server/mcp-cli.js"]
    }
  }
}

Available MCP Tools:

  • create_bittybox_app — Build micro-apps, forms & tools
  • read_bittybox_url — Decompress & inspect any BittyBox URL
  • render_bittybox_preview — Render standalone HTML preview
  • build_bittybox_suite — Interlink multi-page app suites
  • get_bittybox_templates — Fetch ready-to-use agent templates
  • validate_bittybox_payload — Estimate compression & validate payload

🌐 RESTful Security API

Built with enterprise security controls: OAuth2 / Bearer JWT tokens, Scopes, Helmet, and Rate Limiting.

API Specification:

📄 Download OpenAPI 3.0 Spec

Key Endpoints:

POST /api/v1/apps/encode

POST /api/v1/apps/decode

POST /api/v1/apps/batch

GET /api/v1/templates

GET /api/v1/health

POST /api/v1/auth/token

⚡ Live Agentic Web App Encoder Playground

Test the API live in your browser: