Build with AI

Pick your language, framework, and goal. We assemble a prompt that references the canonical sautikit docs so the AI produces accurate, runnable code, not hallucinated endpoints. Open it in Claude, ChatGPT, or Cursor in one tap.

Live prompt preview
ai-prompt.md
You are helping a developer build on Sautikit, a programmable voice API.

Stack: node + express.
Goal: voice-otp.
Market: KE.

Reference these canonical sources (fetch before writing code):
  https://sautikit.com/llms-full.txt
  https://sautikit.com/openapi.public.yaml

Authentication: API keys via Authorization: Bearer header.
Base URL: https://api.sautikit.com
Currency: KES (prepaid wallet).

Produce a single runnable file that:
  1. Loads SAUTIKIT_API_KEY from env.
  2. Demonstrates the goal end-to-end with no placeholders.
  3. Handles the documented error shape (do not invent error codes).