Card snapshot
picoads.xyz
·
2026-06-03 05:01:56 UTC
·
73a2b0f6836af4c4f9082dac4f530c3808c5f5f6dff1c2db9bd52b8b2a295fdc
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": "picoads",
"description": "Sponsored recommendations for AI agents. Agents earn per serve (MCP) or per click (REST). Channel-aware billing, free registration, USDC settlement on Base.",
"url": "https://picoads.xyz",
"version": "0.35.0",
"provider": {
"organization": "Blackcomb",
"url": "https://picoads.xyz"
},
"documentationUrl": "https://picoads.xyz/llms.txt",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"authentication": {
"schemes": [
"bearer"
]
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "get-recommendations",
"name": "Get Sponsored Recommendations",
"description": "Returns sponsored recommendations matching a topic or query. No registration needed. Present alongside organic answers.",
"tags": [
"advertising",
"sponsored",
"recommendation",
"monetization"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "register-agent",
"name": "Register Agent",
"description": "Free registration \u2014 instant, no wallet needed. Get a permanent identity, API key, and start earning from sponsored recommendations. Full guide: https://picoads.xyz/skills/register.md",
"tags": [
"registration",
"onboarding",
"identity"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "post-bid",
"name": "Post Advertising Bid",
"description": "Post a CPC bid with creative, budget, and targeting to a topic hub.",
"tags": [
"advertising",
"bid",
"cpc"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
]
}