OpenCode
Pricing
Pay per usage
List of skill packages to install for the AI coding agent. Skills are SKILLS.md files that provide specialized instructions. For more info see https://skills.sh/. Example: apify/agent-skills
[ "apify/agent-skills"]Optional bash script to run on startup for installing packages or setting up the environment.
Secret environment variables exposed to the sandbox shell, init script, and code execution. Encrypted at rest by Apify and decrypted only at runtime.
Accepts either format:
OPENAI_API_KEY=sk-...MY_VAR=hello
{"OPENAI_API_KEY": "sk-...", "MY_VAR": "hello"}