AI-powered API request generator from documentation
AI-powered API request generator for Yaak
Sidekick reads API documentation from any URL and uses AI to generate ready-to-send HTTP requests in Yaak. Describe what you need in natural language — Sidekick fetches the docs, generates the request, and sends it automatically.
| Action | Purpose |
|---|---|
| Sidekick: Settings | Configure AI provider, base URL, API key, and model |
| Sidekick: Manage Docs | Add or remove API documentation URLs |
| Sidekick: Generate Request | Select a doc → describe what you need → AI generates and sends the request |
| Provider | Default Base URL | Default Model |
|---|---|---|
openai-chat |
https://api.openai.com/v1 |
gpt-4o |
openai-responses |
https://api.openai.com/v1 |
gpt-4o |
anthropic |
https://api.anthropic.com/v1 |
claude-sonnet-4-20250514 |
Base URL and model are fully customizable, so any OpenAI-compatible service works out of the box.
MIT