Buildy
app.buildy.so
· Tambo Labs
Buildy hosts personal interactive web apps for agents. Each app has a real URL, persistent KV storage, and an HTTP/MCP API. Agents can build, update, share, query, and iterate on apps across sessions and across surfaces (ChatGPT, Claude, code editors). Interaction is via MCP (see `url`) or the HTTP API documented at https://app.buildy.so/.well-known/openapi.json — Buildy does not currently expose an A2A JSON-RPC endpoint.
app.buildy.so via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 44/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-08 05:18:09 current | 324677405c6a… |
view → |
Endpoints
| Agent card | https://app.buildy.so/.well-known/agent-card.json |
| Provider | https://buildy.so |
| Docs | https://buildy.so/llms-full.txt |
Skills · 6 declared · mapped to canonical taxonomy
Author a new interactive web app from a natural-language description. Returns a live URL with persistent storage. Backed by MCP tools `create_app` and `update_a…
List the caller's apps, fetch source/metadata, rename, and delete. Backed by `list_apps`, `get_app`, `get_app_source`, `rename_app`, `delete_app`.
Read or mutate an app's stored state via the operations it declares. Backed by `query_app`, `mutate_app`, `upload_asset`.
Share an app with collaborators, end users, or viewers, manage shares, and configure remixability + starter prompt. Backed by `share_app`, `unshare_app`, `list_…
Record per-app feedback — bug reports, feature requests, missing capabilities. Backed by `submit_feedback`, `list_feedback`.
Set the user's public handle for app sharing. Backed by `set_handle`.
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/app.buildy.so) [](https://agenstry.com/agents/app.buildy.so) [](https://agenstry.com/agents/app.buildy.so) [](https://agenstry.com/agents/app.buildy.so)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Buildy",
"description": "Buildy hosts personal interactive web apps for agents. Each app has a real URL, persistent KV storage, and an HTTP/MCP API. Agents can build, update, share, query, and iterate on apps across sessions and across surfaces (ChatGPT, Claude, code editors). Interaction is via MCP (see `url`) or the HTTP API documented at https://app.buildy.so/.well-known/openapi.json \u2014 Buildy does not currently expose an A2A JSON-RPC endpoint.",
"url": "https://app.buildy.so/mcp",
"version": "1.0.0",
"provider": {
"organization": "Tambo Labs",
"url": "https://buildy.so"
},
"documentationUrl": "https://buildy.so/llms-full.txt",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/uri-list"
],
"skills": [
{
"id": "build_app",
"name": "Build a new app",
"description": "Author a new interactive web app from a natural-language description. Returns a live URL with persistent storage. Backed by MCP tools `create_app` and `update_app`.",
"tags": [
"create",
"build",
"scaffold"
],
"examples": [
"Build me a daily mood tracker.",
"Create an app that tracks my reading list."
]
},
{
"id": "manage_apps",
"name": "List and inspect apps",
"description": "List the caller's apps, fetch source/metadata, rename, and delete. Backed by `list_apps`, `get_app`, `get_app_source`, `rename_app`, `delete_app`.",
"tags": [
"list",
"inspect",
"manage"
],
"examples": [
"Show me all my Buildy apps.",
"Rename my protein tracker to nutrition log."
]
},
{
"id": "call_app",
"name": "Call an app's operations",
"description": "Read or mutate an app's stored state via the operations it declares. Backed by `query_app`, `mutate_app`, `upload_asset`.",
"tags": [
"call",
"query",
"mutate"
],
"examples": [
"Log today's meal in my food tracker.",
"What is currently on my reading list?"
]
},
{
"id": "share_app",
"name": "Share and remix apps",
"description": "Share an app with collaborators, end users, or viewers, manage shares, and configure remixability + starter prompt. Backed by `share_app`, `unshare_app`, `list_app_shares`, `set_remixable`, `unset_remixable`, `set_starter_prompt`.",
"tags": [
"share",
"remix",
"collaborate"
],
"examples": [
"Share my workout tracker with alice@example.com.",
"Make my recipe app remixable by anyone."
]
},
{
"id": "submit_feedback",
"name": "Capture feedback from inside an app",
"description": "Record per-app feedback \u2014 bug reports, feature requests, missing capabilities. Backed by `submit_feedback`, `list_feedback`.",
"tags": [
"feedback",
"report"
],
"examples": [
"Report that the date picker is broken in my journal app."
]
},
{
"id": "profile",
"name": "Manage account profile",
"description": "Set the user's public handle for app sharing. Backed by `set_handle`.",
"tags": [
"profile",
"handle",
"account"
],
"examples": [
"Set my Buildy handle to garrytan."
]
}
]
}