Card snapshot
dribba.com
·
2026-08-23 01:13:42 UTC
·
5345320ccf4ab55dec6d89346f36c3e3213bba455201cff1d5892bebbe8577fe
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "0.3.0",
"name": "Dribba Assistant (DRI)",
"description": "Conversational assistant for dribba.com \u2014 answers questions about Dribba's end-to-end product services (discovery, design, engineering, AI integration), surfaces relevant pages and resources, and routes qualified leads to the team.",
"url": "https://dribba.com",
"preferredTransport": "JSONRPC",
"provider": {
"organization": "Dribba",
"url": "https://dribba.com"
},
"iconUrl": "https://dribba.com/apple-icon.png",
"documentationUrl": "https://dribba.com/llms.txt",
"version": "1.0.0",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain"
],
"skills": [
{
"id": "company-and-services-qa",
"name": "Company & services Q&A",
"description": "Answer questions about Dribba: services, process, pricing model, tech stack, case studies and locations.",
"tags": [
"faq",
"services",
"sales",
"discovery"
],
"examples": [
"\u00bfCu\u00e1nto cuesta desarrollar una app con Flutter?",
"What does your end-to-end model include?",
"Quina difer\u00e8ncia hi ha entre Flutter i React Native?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
},
{
"id": "project-estimate",
"name": "Project budget estimate",
"description": "Produce a ballpark budget and timeline from a short project description, mirroring the public estimate calculator.",
"tags": [
"estimate",
"pricing",
"lead-gen"
],
"examples": [
"Estimate a marketplace MVP with payments and chat."
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
}
],
"additionalInterfaces": [
{
"transport": "HTTP+JSON",
"url": "https://dribba.com/api/chat"
}
]
}