Card snapshot
api.gadgethumans.com
·
2026-08-01 15:26:09 UTC
·
a18e5124ec9210d79aeb052f3db0735f2cc3ceda63d45c7dabd5e598e1e5b5f0
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.
{
"name": "GadgetHumans API Hub Agent",
"description": "A commerce-enabled agent exposing 56+ utility, data, AI and developer tools \u2014 QR codes, password generation, email verification, IP geolocation, crypto prices, currency conversion, DNS lookup, AI chat (DeepSeek V4 Flash), persistent memory, content rewriting and more. Pay per request via x402 (USDC on Base) or subscribe for API-key access.",
"url": "https://api.gadgethumans.com",
"version": "1.0.0",
"documentation_url": "https://api.gadgethumans.com/",
"provider": {
"url": "https://www.gadgethumans.com",
"organization": "GadgetHumans"
},
"supported_interfaces": [
{
"url": "https://api.gadgethumans.com/a2a",
"protocol_binding": "JSONRPC",
"protocol_version": "1.0"
}
],
"capabilities": {
"streaming": false,
"push_notifications": false,
"extended_agent_card": false,
"extensions": [
{
"uri": "https://github.com/google-agentic-commerce/a2a-x402/blob/main/spec/v0.2",
"description": "Pay-per-request monetization. When a request requires payment, the agent responds with a payment-required message. Client signs payment details, submits, and the agent verifies and settles on-chain (USDC on Base).",
"required": false
}
]
},
"security_schemes": {
"api_key": {
"api_key_security_scheme": {
"description": "Optional API key for higher rate limits and paid tiers. Free tier works without a key (rate limited).",
"location": "header",
"name": "x-api-key"
}
},
"x402": {
"http_auth_security_scheme": {
"description": "x402 payment flow \u2014 pay per request with USDC on Base via the x402 facilitator.",
"scheme": "bearer"
}
}
},
"security_requirements": [
{
"schemes": {
"x402": []
}
},
{
"schemes": {
"api_key": []
}
}
],
"default_input_modes": [
"text/plain",
"application/json"
],
"default_output_modes": [
"text/plain",
"application/json",
"image/png",
"image/svg+xml"
],
"skills": [
{
"id": "utility-tools",
"name": "Utility Tools",
"description": "QR code generation, secure password generation, UUID v4, cryptographic hashing, base64 encode/decode, lorem ipsum, JSON prettify/validate/minify, color conversion.",
"tags": [
"qr",
"password",
"uuid",
"hash",
"base64",
"json",
"color",
"utilities"
],
"examples": [
"Generate a QR code for https://example.com",
"Create a 16-char secure password with symbols"
]
},
{
"id": "data-apis",
"name": "Data APIs",
"description": "Email verification (MX + disposable detection), IP geolocation, timestamp conversion, OG metadata extraction, crypto prices (Binance), currency exchange (FX), DNS lookup, RSS parsing, public holidays.",
"tags": [
"email",
"ip",
"crypto",
"fx",
"dns",
"rss",
"holidays",
"data"
],
"examples": [
"Verify email@example.com",
"Get current Bitcoin price",
"Look up DNS records for example.com"
]
},
{
"id": "ai-tools",
"name": "AI Tools",
"description": "OpenAI-compatible chat completion (DeepSeek V4 Flash proxy), persistent agent memory (KV-backed), content rewriting, URL analysis, research briefings, item comparison, SEO metadata generation, contact extraction.",
"tags": [
"chat",
"ai",
"memory",
"rewrite",
"research",
"summarize",
"translate"
],
"examples": [
"Summarize this article: URL",
"Store a value in agent memory",
"Rewrite this text in a formal tone"
]
},
{
"id": "developer-tools",
"name": "Developer Tools",
"description": "JWT decode, CSV/JSON conversion, URL encode/decode, text diff, unit conversion, base conversion, timezone conversion, WHOIS, SSL check, phone parsing, date calculation, regex testing, HTTP client.",
"tags": [
"jwt",
"csv",
"json",
"url",
"diff",
"unit",
"timezone",
"whois",
"ssl",
"developer"
],
"examples": [
"Decode this JWT token",
"Convert 100 USD to EUR",
"Check SSL certificate for example.com"
]
}
],
"signatures": [
{
"protected": "eyJhbGciOiJFZERTQSIsImtpZCI6ImRpZDprZXk6ejZNa2pkalFCYm00VDNaR2VBdWRkUlB6SnM4S3VLVWJMQmhhVmtxTUwyejloUWpqIn0",
"signature": "EQSvU8yjoVjTUwweWNdnG5ojjr_3DEkRBQ72Nkzur6yrvsH795UVjIVyd8GCV5g81iczfzMeSlYzXWoIo0a2AQ",
"header": {
"kid": "did:key:z6MkjdjQBbm4T3ZGeAuddRPzJs8KuKUbLBhaVkqML2z9hQjj",
"jwk": {
"crv": "Ed25519",
"x": "TPksVILV61_7XVnhBFqMFYnEMsYU36zjjdgM-I2D5Qo",
"kty": "OKP"
}
}
}
]
}