{"version":3,"summary":"Buildy hosts interactive web apps an agent creates, updates, and renders inline via MCP or HTTP. Each app is an ES module + UI/styles served at a Buildy URL the user can open in any MCP host.","credentials":{"bearer":{"type":"bearer","label":"Buildy user token (bld_user_*)","setup":"Two ways to obtain a `bld_user_*` token (see https://buildy.so/auth.md):\n\n1. Device-pairing (RFC 8628-shaped): `POST /api/pair/start` returns `{ device_code, user_code, verification_url, polling_interval, expires_in }`. Show the `user_code` to the human, direct them to `verification_url` (`https://app.buildy.so/pair`), then poll `POST /api/pair/poll` with `{ device_code }`. On approval the next poll returns `{ status: \"approved\", token: \"bld_user_...\" }` exactly once.\n2. Browser-mint: sign in at `https://app.buildy.so/auth/login`, then `POST /api/token` with an optional `label`; the plaintext is returned once.\n\nAnonymous app creation does not need a token — `POST /app` with the source and no `Authorization` header mints a one-app `bld_app_*` token (7-day TTL if unclaimed)."}},"surfaces":[{"type":"http","slug":"buildy-http-api","name":"Buildy HTTP API","docs":"https://buildy.so/build-http.md","url":"https://app.buildy.so","spec":"https://app.buildy.so/.well-known/openapi.json","basis":{"via":"declared","source":"https://app.buildy.so/.well-known/integrations.json"},"auth":{"status":"required","entries":[{"use":[{"id":"bearer","mechanics":{"source":"http","in":"header","headerName":"Authorization","scheme":"Bearer"}}],"basis":{"via":"declared","source":"https://app.buildy.so/.well-known/integrations.json"}}]}},{"type":"mcp","slug":"buildy-mcp","name":"Buildy MCP server","docs":"https://buildy.so/build-mcp.md","url":"https://app.buildy.so/mcp","transports":["streamable-http"],"basis":{"via":"declared","source":"https://app.buildy.so/.well-known/integrations.json"},"auth":{"status":"required","entries":[{"use":[{"id":"bearer","mechanics":{"source":"well-known"}}],"basis":{"via":"declared","source":"https://app.buildy.so/.well-known/integrations.json"}}]}}]}