← Home
Add the Jev skill to your agent
Give any AI coding agent a fast, typed "fuzzy if": one skill teaches it to call the Jev Decision API for routing, guardrails, scoring and gating — with your own hosted key, no waitlist.
You need a hosted key (jv_live_…) — get one on the pricing page, then set it as JEV_API_KEY in your environment. Pricing →
Copy to your agent
Pick one method. The paste-prompt works in any agent that can read a URL; the others install the skill file directly.
Any agent — paste this prompt
Install the Jev agent skill: fetch https://jevtypesafeai.com/skill/SKILL.md and follow it to call the Jev Decision API (POST https://jevtypesafeai.com/api/v1/decide) with my JEV_API_KEY, for typed choice / score / noul decisions — routing, guardrails, scoring and gating.Claude Code — plugin
claude plugin marketplace add codaaiteam/jev-skill
claude plugin install jev@jev-skillAny agent — install the file manually
curl -o ~/.claude/skills/jev/SKILL.md --create-dirs \
https://jevtypesafeai.com/skill/SKILL.mdWhat the skill teaches your agent
- The /api/v1/decide endpoint, Bearer auth, and the choice / score / noul question types.
- When to call Jev instead of another LLM — routing, tool-call guardrails, context compaction, classification.
- The exact request / response shape, so the agent branches on typed values with no parsing.
- Cost and safety rules: trim the state, batch questions, keep the key out of logs.
Independent skill by jevtypesafeai.com — not TypeSafe AI. It calls our hosted metered proxy over the official Jev API. For official access see typesafe.ai.