Documentation
Cracked gives an agent one key and one balance for 9527 endpoints across 1183 providers, plus every public Apify actor. The whole product is four verbs.
Discover
Search in natural language. Ranked by fit, price and health.
Inspect
JSON schema, price model, health, docs link. Free.
Run
Execute with input. Metered against the balance.
Poll
Long jobs return a run id; poll or get a webhook.
Pick a surface
- Skill: one line pasted into any agent that can read a URL.
- MCP: Claude.ai, Claude Code, ChatGPT, Cursor, Codex, OpenCode. OAuth or bearer key.
- CLI: humans and scripts, JSON output.
- HTTP API: your own code, any language.
Thirty-second quickstart
# 1. create a key at https://cracked-ai-pearl.vercel.app/app/keys
# 2. add the MCP server
claude mcp add --transport http cracked https://cracked-ai-pearl.vercel.app/mcp --header "Authorization: Bearer ck_live_..."
# 3. ask
> "find a tool that gives me instagram follower counts and run it for @nike"Concepts
- Provider: an upstream service (open-meteo, apify, openai). Auth mode: none, master key, or your key only.
- Endpoint: one callable capability on a provider, addressed as
provider+/endpoint. Verified endpoints are curated and exercised by us. - Health: measured from the last 200 real runs of each endpoint: healthy, stable, degraded, outage or unknown, with median run time.
- Workspace: owns the balance, keys, runs, files and connected provider credentials.
- Run: one execution. Always recorded, even when blocked, failed or stopped.
Machine-readable: /SKILL.md for agents, /v1/providers for the registry as JSON.