Get Early Access

Coming Soon

The Settlement Layer for Agentic Commerce

Thousands of autonomous payments and micro-transactions need settlement that's fast, reliable, and programmable. Welcome to ArisPay.

Get Early Access
agent.ts
import ArisPay from "arispay";

const ct = ArisPay.init({ apiKey: "ap_test_..." });

// Register an agent with Ed25519 keypair
const agent = await ct.agents.register({
  name: "TravelBooker",
  permissions: ["payment"],
});

// Pay with card or USDC — TAP signed
const payment = await ct.payments.create({
  agentId: agent.id,
  amount: 15900, // $159.00
  rail: "crypto",
  cryptoChain: "base",
});

Be First to Build

Sign up for early access. We'll let you know when the SDK is ready.

Follow @arispaylabs for updates