Build reliable applications with API intelligence
Install the SDK and get instant visibility into all API calls
Monitor uptime, latency, and error rates for every provider
Get notified before outages impact your users
See full request/response bodies for any API call
// Laravel
composer require outboundiq/laravel-outboundiq
// Node.js / Express
import { register } from '@outboundiq/core/node';
register({ apiKey: process.env.OUTBOUNDIQ_KEY });
// That's it! All HTTP calls are now tracked.
const response = await fetch('https://api.stripe.com/v1/charges');
// ✓ Automatically captured