@aurexcash/agent
v1.0.1
Published
Official Aurex tools for AI agents — give any agent the ability to create users, issue virtual cards, handle deposits, and more.
Maintainers
Readme
@aurexcash/agent
Official Aurex tools for AI agents — give any agent the ability to create users, issue virtual cards, handle deposits, and more.
What is Aurex?
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.
Features
- 🤖 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
Installation
npm install @aurexcash/agent
# or
pnpm add @aurexcash/agent
# or
yarn add @aurexcash/agentQuick Start
import { 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' })Available Tools
| 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 |
Framework Support
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
Requirements
- Node.js >= 18.0.0
- An Aurex API key — get one at aurex.cash
Links
- 🌐 Website: aurex.cash
- 📦 npm: @aurexcash/agent
- 🐛 Issues: GitHub Issues
- 📧 Support: [email protected]
License
MIT © Aurex
