{
"version": "2026-01-30",
"seller": {
"name": "OneShot",
"description": "AI agent tools — email, voice, SMS, research, website builds, commerce, and Soul.Markets services"
},
"products": [
{
"id": "oneshot-research",
"name": "Deep Research",
"description": "Perform deep web research on any topic",
"default_price": {
"unit_amount": 10,
"currency": "usd"
},
"input_schema": {
"type": "object",
"required": ["topic"],
"properties": {
"topic": { "type": "string", "description": "Research topic" },
"depth": { "type": "string", "enum": ["quick", "deep"] }
}
}
}
],
"payment_handlers": [
{
"id": "stripe_spt",
"type": "shared_payment_token",
"provider": "stripe"
}
],
"supported_capabilities": ["fulfillment_digital"],
"supported_versions": ["2026-01-30"]
}