Card snapshot
jarvisclaw.ai
·
2026-08-10 12:15:34 UTC
·
c5b36f4fc802fb8bb4f31b0be931ef888371df9c011fb6831f75846fcc2087d1
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.
{
"capabilities": {
"extensions": [
{
"description": "x402 payments over A2A. Activate by echoing this URI in the X-A2A-Extensions request header; payment state travels in task metadata under x402.payment.*.",
"params": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xDC59fa7b64988B846e76eC9849bb68f889071506",
"scheme": "exact",
"statusKey": "x402.payment.status"
},
"required": false,
"uri": "https://github.com/google-a2a/a2a-x402/v0.1"
},
{
"description": "Other protocol surfaces this platform exposes: x402 payments, MCP, AIP, OpenAI-compatible REST.",
"params": {
"aipDiscovery": "https://api.jarvisclaw.ai/.well-known/agent-intent-protocol.json",
"llmsTxt": "https://api.jarvisclaw.ai/llms.txt",
"mcp": "https://api.jarvisclaw.ai/mcp",
"openaiCompatible": "https://api.jarvisclaw.ai/v1",
"openapi": "https://api.jarvisclaw.ai/openapi.json",
"x402Discovery": "https://api.jarvisclaw.ai/.well-known/x402"
},
"required": false,
"uri": "https://jarvisclaw.ai/ext/protocol-surfaces/v1"
}
],
"pushNotifications": false,
"streaming": false
},
"defaultInputModes": [
"text"
],
"defaultOutputModes": [
"text"
],
"description": "AI API routing platform \u2014 40+ models, marketplace services, pay per call via x402 USDC micropayments. No account needed.",
"documentationUrl": "https://docs.jarvisclaw.ai",
"name": "JarvisClaw",
"provider": {
"organization": "JarvisClaw",
"url": "https://jarvisclaw.ai"
},
"securityRequirements": [
{
"schemes": {
"apiKey": {
"list": []
}
}
},
{
"schemes": {
"x402": {
"list": []
}
}
}
],
"securitySchemes": {
"apiKey": {
"httpAuthSecurityScheme": {
"bearerFormat": "sk-*",
"description": "API key authentication (Authorization: Bearer sk-...)",
"scheme": "Bearer"
}
},
"x402": {
"apiKeySecurityScheme": {
"description": "x402 USDC micropayment \u2014 no account required. X-PAYMENT is accepted as an alias.",
"location": "header",
"name": "PAYMENT-SIGNATURE"
}
}
},
"skills": [
{
"description": "Generate AI responses using 40+ models (GPT, Claude, Gemini, DeepSeek, etc). OpenAI-compatible.",
"examples": [
"Generate a summary of this document",
"Write Python code for a web scraper",
"Translate this text to Japanese"
],
"id": "chat-completion",
"inputModes": [
"text"
],
"name": "Chat Completion",
"outputModes": [
"text"
],
"tags": [
"ai",
"llm",
"chat",
"openai-compatible"
]
},
{
"description": "Generate images using DALL-E, GPT-Image, CogView, Grok Imagine and more.",
"examples": [
"Generate a logo for a tech startup",
"Create a photorealistic landscape"
],
"id": "image-generation",
"inputModes": [
"text"
],
"name": "Image Generation",
"outputModes": [
"image/png",
"image/jpeg"
],
"tags": [
"ai",
"image",
"generation",
"dalle",
"gpt-image"
]
},
{
"description": "Generate videos using Sora, Seedance, Grok Video.",
"examples": [
"Create a 10-second animation of a sunset"
],
"id": "video-generation",
"inputModes": [
"text"
],
"name": "Video Generation",
"outputModes": [
"video/mp4"
],
"tags": [
"ai",
"video",
"generation",
"sora"
]
},
{
"description": "Convert text to natural speech audio.",
"examples": [
"Read this paragraph aloud in a female voice"
],
"id": "audio-tts",
"inputModes": [
"text"
],
"name": "Text-to-Speech",
"outputModes": [
"audio/mp3",
"audio/wav"
],
"tags": [
"ai",
"audio",
"tts",
"speech"
]
},
{
"description": "Search the web and return structured results.",
"examples": [
"Find the latest news about AI regulation"
],
"id": "web-search",
"inputModes": [
"text"
],
"name": "Web Search",
"outputModes": [
"text"
],
"tags": [
"search",
"web",
"rag"
]
},
{
"description": "Generate vector embeddings for text.",
"examples": [
"Embed this document for similarity search"
],
"id": "embeddings",
"inputModes": [
"text"
],
"name": "Text Embeddings",
"outputModes": [
"text"
],
"tags": [
"ai",
"embeddings",
"vectors",
"rag"
]
},
{
"description": "Call any of 2720 individually priced API endpoints spanning web search, blockchain and market data, OCR, document and image processing, code execution, DNS and geolocation \u2014 each callable by resource id and settled per call in USDC. Browse them at /api/marketplace/apis, then invoke by id at /v1/marketplace/api/{resource_id}.",
"examples": [
"Search the web and return ranked results",
"Look up a wallet balance on Base",
"Extract text from a scanned PDF"
],
"id": "federated-api-catalogue",
"inputModes": [
"text"
],
"name": "Federated API Catalogue",
"outputModes": [
"text"
],
"tags": [
"marketplace",
"federation",
"apis",
"general",
"search",
"blockchain",
"code",
"dns",
"image"
]
},
{
"description": "Marketplace service: creation (category: AI Creation)",
"id": "marketplace-creation",
"inputModes": [
"text"
],
"name": "creation",
"outputModes": [
"text"
],
"tags": [
"marketplace",
"AI Creation"
]
},
{
"description": "Marketplace service: voice (category: AI Voice Calls)",
"id": "marketplace-voice",
"inputModes": [
"text"
],
"name": "voice",
"outputModes": [
"text"
],
"tags": [
"marketplace",
"AI Voice Calls"
]
},
{
"description": "Marketplace service: rpc (category: Blockchain)",
"id": "marketplace-rpc",
"inputModes": [
"text"
],
"name": "rpc",
"outputModes": [
"text"
],
"tags": [
"marketplace",
"Blockchain"
]
},
{
"description": "Marketplace service: portrait (category: Character Enrollment)",
"id": "marketplace-portrait",
"inputModes": [
"text"
],
"name": "portrait",
"outputModes": [
"text"
],
"tags": [
"marketplace",
"Character Enrollment"
]
},
{
"description": "Marketplace service: compute (category: Compute)",
"id": "marketplace-compute",
"inputModes": [
"text"
],
"name": "compute",
"outputModes": [
"text"
],
"tags": [
"marketplace",
"Compute"
]
},
{
"description": "Marketplace service: defi (category: Crypto Data)",
"id": "marketplace-defi",
"inputModes": [
"text"
],
"name": "defi",
"outputModes": [
"text"
],
"tags": [
"marketplace",
"Crypto Data"
]
},
{
"description": "Marketplace service: surf (category: Crypto Data)",
"id": "marketplace-surf",
"inputModes": [
"text"
],
"name": "surf",
"outputModes": [
"text"
],
"tags": [
"marketplace",
"Crypto Data"
]
},
{
"description": "Marketplace service: dex (category: DEX Trading)",
"id": "marketplace-dex",
"inputModes": [
"text"
],
"name": "dex",
"outputModes": [
"text"
],
"tags": [
"marketplace",
"DEX Trading"
]
},
{
"description": "Marketplace service: realface (category: Face Enrollment)",
"id": "marketplace-realface",
"inputModes": [
"text"
],
"name": "realface",
"outputModes": [
"text"
],
"tags": [
"marketplace",
"Face Enrollment"
]
},
{
"description": "Marketplace service: data (category: Financial Data)",
"id": "marketplace-data",
"inputModes": [
"text"
],
"name": "data",
"outputModes": [
"text"
],
"tags": [
"marketplace",
"Financial Data"
]
},
{
"description": "Marketplace service: markets (category: Market Prices)",
"id": "marketplace-markets",
"inputModes": [
"text"
],
"name": "markets",
"outputModes": [
"text"
],
"tags": [
"marketplace",
"Market Prices"
]
},
{
"description": "Marketplace service: music (category: Music Generation)",
"id": "marketplace-music",
"inputModes": [
"text"
],
"name": "music",
"outputModes": [
"text"
],
"tags": [
"marketplace",
"Music Generation"
]
},
{
"description": "Marketplace service: phone (category: Phone & Voice)",
"id": "marketplace-phone",
"inputModes": [
"text"
],
"name": "phone",
"outputModes": [
"text"
],
"tags": [
"marketplace",
"Phone & Voice"
]
},
{
"description": "Marketplace service: prediction (category: Prediction Markets)",
"id": "marketplace-prediction",
"inputModes": [
"text"
],
"name": "prediction",
"outputModes": [
"text"
],
"tags": [
"marketplace",
"Prediction Markets"
]
},
{
"description": "Marketplace service: audio (category: Text to Speech)",
"id": "marketplace-audio",
"inputModes": [
"text"
],
"name": "audio",
"outputModes": [
"text"
],
"tags": [
"marketplace",
"Text to Speech"
]
},
{
"description": "Marketplace service: video (category: Video Generation)",
"id": "marketplace-video",
"inputModes": [
"text"
],
"name": "video",
"outputModes": [
"text"
],
"tags": [
"marketplace",
"Video Generation"
]
},
{
"description": "Marketplace service: exa (category: Web Search)",
"id": "marketplace-exa",
"inputModes": [
"text"
],
"name": "exa",
"outputModes": [
"text"
],
"tags": [
"marketplace",
"Web Search"
]
}
],
"supportedInterfaces": [
{
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0",
"url": "https://api.jarvisclaw.ai/a2a"
}
],
"url": "https://api.jarvisclaw.ai/a2a",
"version": "1.0.0"
}