Default openai
Kernel cloud browser • OpenAI computer use
Template selector: kernel/computer-use-agent/openai
Build command
stripe projects build my-app --template kernel/computer-use-agent/openaiKEkernel/project
Source
https://github.com/kernel/stripe-projects-templates
Pinned ref: e789346adcc83aa2c75dac8b3a2b2e927df4d791
Setup
Install command
uv syncNext steps
Add your OpenAI key to .env
echo 'OPENAI_API_KEY=sk-...' >> .envRun locally
uv run run_local.py --task "Open news.ycombinator.com and summarize the top story"Deploy to Kernel
kernel deploy main.py --env-file .env