Set up Intaglio in 60 seconds

Name an agent. Set a limit. You are ready.

1Name your agent

Alphanumeric, hyphens allowed

2Set your spend limit

Per-transaction limit your agent can move

3Connect to your framework
// Node.js
const intaglio = require('intaglio')

// Python
from intaglio import enforce

// curl
curl -X POST /api/enforce \
  -d '{"agent":"treasury-bot-01","amount":1000}'
Launch my agent →