Accountable Infrastructure for AI Agents
Trust Every Action.
Measure Every Dollar.
Your agent spent money. Did it work? OneShot handles the action, signs a receipt, and shows you where every dollar went. One SDK.
$npm install@oneshot-agent/sdk
The OneShot SDK
Purchase
agent.commerce.buy({
url: 'amazon.com/...',
qty: 1
})
url: 'amazon.com/...',
qty: 1
})
Product Search
agent.commerce.search({
query: 'GPU server',
limit: 10
})
query: 'GPU server',
limit: 10
})
Email
Email Inbox
agent.inbox.list({
domain: 'myco.com',
limit: 10
})
domain: 'myco.com',
limit: 10
})
Deep Research
agent.research.deep({
topic: 'AI agents',
depth: 'full'
})
topic: 'AI agents',
depth: 'full'
})
Enrich Profile
One SDK. One Call. Any Action.