Scaffold a complete ROKI Connect integration
roki_scaffold_integrationReturn the full runnable skeleton for a stack: credential storage, API client, checkout flow, webhook handler with signature verification, and the polling fallback. Use it to start an integration instead of assembling one from memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | "hosted" (default), "embedded" or "saved-card". | |
| stack | Yes | e.g. "laravel", "node", "express", "python", "fastapi", "php". |