Card snapshot
guitar.solutions
·
2026-08-31 10:32:33 UTC
·
7ba47fe1e70e2f97be89d4253b126a4eecd4840cb0ac4ff49b62d5048a9e6d1a
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.
{
"schemaVersion": "1.0",
"name": "Strumly",
"description": "Music oracle for AI agents \u2014 chord, song, progression, practice. Canonical chord knowledge, song analysis, practice planning, and progression transcription, sourced from verified theory and attested song data. Pay per call in USDC on Base (x402) or USD via Stripe Checkout.",
"url": "https://strumly.suedeai.ai",
"provider": {
"name": "Suede Labs AI",
"url": "https://suedeai.ai"
},
"version": "1.0.0",
"documentationUrl": "https://strumly.suedeai.ai/agents",
"iconUrl": "https://strumly.suedeai.ai/icon",
"documents": {
"openapi": "https://strumly.suedeai.ai/openapi.json",
"agentic_commerce": "https://strumly.suedeai.ai/.well-known/agentic-commerce.json",
"x402": "https://strumly.suedeai.ai/.well-known/x402",
"ai_plugin": "https://strumly.suedeai.ai/.well-known/ai-plugin.json",
"virtuals_acp": "https://strumly.suedeai.ai/.well-known/virtuals-acp.json",
"llms_txt": "https://strumly.suedeai.ai/llms.txt"
},
"capabilities": {
"streaming": true,
"agents_accepted": true,
"humans_accepted": true,
"payment_rails": [
"x402",
"stripe_checkout"
],
"free_tier": {
"requests_per_day_per_ip": 5
},
"currencies": {
"fiat": [
"USD"
],
"crypto": [
"USDC"
]
},
"networks": [
{
"id": "base",
"name": "Base",
"asset": "USDC",
"token_address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"pay_to": "0xb5a05466712fd5bcdf2883f43cC6B1799428032d"
}
]
},
"skills": [
{
"id": "coach-query",
"name": "Strumly coach query",
"description": "Strumly coach query \u2014 0.99 USDC per call via x402, or $0.99 per call via Stripe Checkout. Free tier: 5 calls/IP/UTC day.",
"endpoint": "https://strumly.suedeai.ai/api/v1/ask",
"method": "POST",
"pricing": {
"usdc": "0.99",
"usd": "$0.99",
"sku": "STRUMLY-COACH-Q-V2"
},
"tags": [
"music",
"guitar",
"oracle",
"paid"
]
},
{
"id": "analyze-song",
"name": "Song analysis (chords + strumming + drills)",
"description": "Song analysis (chords + strumming + drills) \u2014 1.99 USDC per call via x402, or $1.99 per call via Stripe Checkout. Free tier: 5 calls/IP/UTC day.",
"endpoint": "https://strumly.suedeai.ai/api/v1/analyze-song",
"method": "POST",
"pricing": {
"usdc": "1.99",
"usd": "$1.99",
"sku": "STRUMLY-SONG-V2"
},
"tags": [
"music",
"guitar",
"oracle",
"paid"
]
},
{
"id": "transcribe-progression",
"name": "Chord-progression transcription from audio prompt",
"description": "Chord-progression transcription from audio prompt \u2014 2.99 USDC per call via x402, or $2.99 per call via Stripe Checkout. Free tier: 5 calls/IP/UTC day.",
"endpoint": "https://strumly.suedeai.ai/api/v1/transcribe-progression",
"method": "POST",
"pricing": {
"usdc": "2.99",
"usd": "$2.99",
"sku": "STRUMLY-TRANSCRIBE-V2"
},
"tags": [
"music",
"guitar",
"oracle",
"paid"
]
},
{
"id": "practice-plan",
"name": "Personalized practice plan",
"description": "Personalized practice plan \u2014 4.99 USDC per call via x402, or $4.99 per call via Stripe Checkout. Free tier: 5 calls/IP/UTC day.",
"endpoint": "https://strumly.suedeai.ai/api/v1/practice-plan",
"method": "POST",
"pricing": {
"usdc": "4.99",
"usd": "$4.99",
"sku": "STRUMLY-PLAN-V2"
},
"tags": [
"music",
"guitar",
"oracle",
"paid"
]
}
],
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"contact": {
"email": "jasoncola1@gmail.com"
},
"updated_at": "2026-08-31T10:02:32.194Z"
}