build-with-cracked
Installation
SKILL.md
Build with Cracked
Cracked is a tool router for agents. An agent discovers a tool in natural language, inspects its schema and price, runs it, and polls when the run is asynchronous. Every run is billed per call from one prepaid balance; there are no provider signups. Base URL: https://cracked.ai/v1.
Setup (once)
- An existing key (
ck_live_...) is used when the user has one; keys come from https://cracked.ai/app/keys. - Without a key, the agent registers itself, no human in the loop:
POST /v1/agents/register {"name":"<agent name>"}returnsapiKey(with trial credit),claimUrlandreferral.url. The claim URL is shown to the user once: claiming adds credit, enables top-ups and releases locked bounties. Email is never required for setup. - The key lives in the environment variable
CRACKED_API_KEYand is never printed. - Every request carries
Authorization: Bearer $CRACKED_API_KEYandContent-Type: application/json.
SDKs, same config everywhere (CRACKED_API_KEY, optional CRACKED_BASE_URL):