Dashboard
Your API usage at a glance
Total Requests
—
Last 30 days
Success Rate
—
200-level responses
Avg Response
—
Milliseconds
Total Cost
—
API usage charges
Usage by Endpoint
📡
No requests yet
Make your first API call to see usage data here.
Quick Start
// Send an email curl -X POST https://clawstack.polsia.app/api/email/send \ -H "Content-Type: application/json" \ -H "x-api-key: YOUR_KEY" \ -d '{"to":"user@test.com","subject":"Hello","body":"Hi!"}' // Create a crypto invoice curl -X POST https://clawstack.polsia.app/api/payments/create-invoice \ -H "Content-Type: application/json" \ -H "x-api-key: YOUR_KEY" \ -d '{"amount":49.99,"currency":"USD"}'
API Keys
Manage your gateway credentials
🔑
Loading keys...
Request Logs
Recent API requests across all keys
📋
No logs yet
Request logs will appear here after your first API call.