Developer Portal
Enter your API key to activate your portal dashboard and review logs.
Developer Dashboard
Telemetry metrics, billing quotas, and key administration
Subscription & Balance
API Key Configuration
Your credentials. Use reveal to visually inspect your key for 15 seconds. Copy buttons write the raw key directly to your clipboard.
⚠️ If your API key is compromised, rotate it immediately. Key rotation updates key hashes and copies plan state. Cooldown applies.
Recent API Activity (Last 20 Requests)
| Timestamp | Endpoint | Method | Status | Credits | Latency |
|---|---|---|---|---|---|
| No activity recorded yet. | |||||
Developer Guides & SDK Integration
Follow these conventions and code patterns to integrate DesignSkill Agent directly into your autonomous workflows.
// Node.js SDK request example will go here
Credit Semantics
- 1 Credit is deducted at the start of `/api/v1/scrape` and `/api/v1/enrich` executions.
- 0 Credits are consumed if requests are rejected by global rate limiters, auth errors (401/403), or 503 capacity overflow.
- Failed Requests (e.g. invalid target hostname or network timeout) still consume 1 credit as per pre-deduction rules.
Retries & Idempotency
For robust integrations, clients should implement Exponential Backoff with Jitter when receiving rate-limit (`429`) or server overloaded (`503`) codes. Avoid immediate retries on `402 Payment Required` or `400 Bad Request` states. Key rotation transactions automatically invalidate prior cache entries.
Buy Credits / Top-up Balance
To buy more credits or top up your balance, scan the QR code or transfer to the UPI ID below via Google Pay / phone app. Mention your API Key ID in the transfer note.
⚠️ IMPORTANT: Include Key ID: -- in the transfer description.
Integration cURL
Test your API key credentials instantly from your terminal:
Error Analysis (Last 7 Days)
Grouping of execution failures by HTTP response codes:
| Status Code | Failures |
|---|---|
| No errors recorded in 7d. | |