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
})
Product Search
agent.commerce.search({
  query: 'GPU server',
  limit: 10
})
Email
agent.email.send({
  to: '[email protected]',
  subject: 'Update'
})
Email Inbox
agent.inbox.list({
  domain: 'myco.com',
  limit: 10
})
Deep Research
agent.research.deep({
  topic: 'AI agents',
  depth: 'full'
})
Enrich Profile
agent.enrich.profile({
  email: '[email protected]',
  fields: 'all'
})

One SDK. One Call. Any Action.

Powering agents alongside the best