Apify Store
AS
Apify Store
/agentify/claude-code

Claude code

Instant access to Claude Code - Anthropic's AI coding assistant running on Apify.

liveasyncunknown~30s typical
aiagentsautomationclaudecode
$0.0020
per result + $0.01 call
plus $0.001 platform fee per run
Free actor: you pay compute at $0.002 per result plus $0.01 per run
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /agentify/claude-code for me.

Input

FieldTypeDescription
skillsarrayList 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 default ["apify/agent-skills"]
initShellScriptstringOptional bash script to run on startup for installing packages or setting up the environment.
envVarsstringSecret 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: - **KEY=VALUE per line** (dotenv-style): ``` OPENAI_API_KEY=sk-... MY_VAR=hello ``` - **JSON object**: ``` {"OPENAI_API_KEY": "sk-...", "MY_VAR": "hello"} ```
idleTimeoutSecondsintegerAutomatically shut down after this many seconds of inactivity. Set to 0 to disable. Recommended: set Actor timeout to 0 (infinite) when using this. default 600
proxyMappingsarrayMap external paths to local web servers. Example: [{"path": "/myapp", "target": "http://127.0.0.1:3000/myapp"}] default []

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"apify","endpoint":"/agentify/claude-code","input":{"skills":["apify/agent-skills"],"initShellScript":"apt-get update\n# apt-get install -y curl","idleTimeoutSeconds":600,"proxyMappings":[{"path":"/myapp","target":"http://127.0.0.1:3000/myapp"}]},"wait":false}'
poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."
cli
npx cracked-ai run -p apify -e /agentify/claude-code -i '{"skills":["apify/agent-skills"],"initShellScript":"apt-get update\n# apt-get install -y curl","idleTimeoutSeconds":600,"proxyMappings":[{"path":"/myapp","target":"http://127.0.0.1:3000/myapp"}]}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/agentify/claude-code", input: {"skills":["apify/agent-skills"],"initShellScript":"apt-get update\n# apt-get install -y curl","idleTimeoutSeconds":600,"proxyMappings":[{"path":"/myapp","target":"http://127.0.0.1:3000/myapp"}]}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.