Official Aurex tools for AI agents — give any agent the ability to create users, issue virtual cards, handle deposits, and more.
Aurex is a fintech platform that lets AI agents autonomously manage virtual cards, handle crypto deposits, and perform financial operations on behalf of users — no human in the loop required.
- 🤖 AI-native — designed for Claude, OpenAI, Vercel AI SDK and any tool-calling agent
- 💳 Virtual cards — issue and manage virtual Visa/Mastercard cards programmatically
- 💸 Deposits — handle crypto and fiat deposits
- 👤 User management — create and manage users via agent tools
- 🔑 No KYC friction — streamlined onboarding for agents
- 📦 TypeScript-first — full type safety and autocompletion
npm install @aurexcash/agent
# or
pnpm add @aurexcash/agent
# or
yarn add @aurexcash/agentimport { aurexTools } from '@aurexcash/agent'
// Use with Vercel AI SDK
const tools = aurexTools({ apiKey: 'your-api-key' })
// Use with Claude / OpenAI
const { createUser, issueCard, deposit } = aurexTools({ apiKey: 'your-api-key' })| Tool | Description |
|---|---|
createUser |
Create a new user account |
issueCard |
Issue a virtual card for a user |
deposit |
Handle a crypto or fiat deposit |
getBalance |
Check account balance |
getTransactions |
List recent transactions |
Works out of the box with:
- Claude (tool use / function calling)
- OpenAI (function calling)
- Vercel AI SDK (
useTools) - LangChain (tool agents)
- Any agent framework that supports JSON tool schemas
- Node.js >= 18.0.0
- An Aurex API key — get one at aurex.cash
- 🌐 Website: aurex.cash
- 📦 npm: @aurexcash/agent
- 🐛 Issues: GitHub Issues
- 📧 Support: support@aurex.cash
MIT © Aurex