No code required. Run payroll, issue wallets, manage collections and view compliance reports directly from the Pebbles Dashboard.
Open dashboard ›Use a pre-built connector. Browse our directory of HR, accounting, and payroll platforms that integrate with Pebbles out of the box.
See integrations ›1 const pebbles = require('pebbles')( 2 'sk_test_abc123' 3 ); 4 5 await pebbles.payroll.run({ 6 company: 'comp_thco', 7 month: '2026-03' 8 });
Build your own integration. Use our SDKs, REST APIs, webhooks, and sandbox environment to build and maintain a custom integration.
Read the docs ›Create a free account, get API keys, and start integrating in minutes.