Claude code
Pricing
Pay per usage
Claude code
Instant access to Claude Code - Anthropic's AI coding assistant running on Apify.
Claude code
Pricing
Pay per usage
Instant access to Claude Code - Anthropic's AI coding assistant running on Apify.
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"}
Automatically shut down after this many seconds of inactivity. Set to 0 to disable. Recommended: set Actor timeout to 0 (infinite) when using this.
Map external paths to local web servers. Example: [{"path": "/myapp", "target": "http://127.0.0.1:3000/myapp"}]
[]