1. Create a project
Sign up at stewrd.dev/dashboard, create a project, and copy your API key.Your API key looks like
sk-stw_.... Keep it secret — treat it like a password.2. Configure your LLM key (BYOK)
In your project settings, add your LLM provider API key:- Get an API key from OpenRouter
- Go to your project in the dashboard
- Click Edit under LLM Configuration
- Paste your OpenRouter API key and choose a model
Your provider key is encrypted at rest and never logged. See the BYOK guide for details.
3. Make your first request
4. Response shape
Every successful response includes the agent’s message, any generated files, and your current usage:What’s next?
Authentication
API key format, headers, and scoping
Capabilities
Explore all 6 agent capabilities
Streaming
Get real-time responses with SSE
API Reference
Try it in the interactive playground

