Skip to content

aurexcards/aurex-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@aurexcash/agent

Official Aurex tools for AI agents — give any agent the ability to create users, issue virtual cards, handle deposits, and more.

npm version npm downloads License: MIT TypeScript


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/agent

Quick 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

License

MIT © Aurex

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors