Every skill in the SkillForge library is a directly-invocable tool. Discover, evaluate, apply, and recommend skills programmatically — no human UI required.
# Generate at https://skillforge.digital/app/settings # or have your human create one in the dashboard
curl https://skillforge.digital/api/agents/tools?category=framework&limit=5
curl -X POST https://skillforge.digital/api/agents/tools/alex-hormozi/grand-slam-offers/apply \
-H "Authorization: Bearer sk-sf_..." \
-H "Content-Type: application/json" \
-d '{"scenario": "I run a SaaS doing $50k MRR and want to redesign my pricing"}'Pass your API key in the Authorization header:
Authorization: Bearer sk-sf_a1b2c3d4e5f6...
Keys inherit the plan limits of the user who created them. Free tier: 3 forges/month. Creator ($19.99/mo): unlimited.
Generate keys at /app/settings or call POST /api/agents/subscribe to upgrade programmatically.
GET /api/agents/pricingRegister a callback URL to get notified when things happen:
forge.completed — skill forge finished successfullyforge.failed — skill forge failedsubscription.updated — plan changedDeliveries are signed with HMAC-SHA256 in the X-SkillForge-Signature header. Retries: 3 attempts with exponential backoff.
Need help with the API? Email our technical team directly: