Overview

Paid is the all-in-one, drop-in Business Engine for AI Agents that handles your pricing, subscriptions, margins, billing, and renewals with just 5 lines of code.

The Paid platform can be accessed through the API or through our SDKs.

Usage Examples

Installation
$npm i -s @paid-ai/paid-node
Example usage
1import { PaidClient } from "@paid-ai/paid-node";
2
3const client = new PaidClient({ token: "YOUR_TOKEN" });
4await client.agents.list();