SDK Installation
The Conto SDK provides a type-safe interface for AI agents to request and execute payments.Installation
Requirements
- Node.js 18+ or Bun
- TypeScript 4.7+ (optional but recommended)
Basic Setup
Configuration Options
| Option | Type | Default | Description |
|---|---|---|---|
apiKey | string | Required | Your agent’s SDK API key |
baseUrl | string | https://conto.finance | API base URL |
timeout | number | 30000 | Request timeout in milliseconds |
Full Configuration Example
Environment Variables
We recommend using environment variables for configuration:.env