Skip to main content
Add the full Claudeye API reference to your coding agent in one command. Works with Claude Code, Cursor, Windsurf, and any other agent that supports skills.
npx skills add https://claudeye.exosphere.host
npx skills detects which agents you have installed and adds the skill in the right format for each one automatically.

What the skill covers

AreaWhat’s included
Evalsapp.eval(), conditions, subagent scope, caching, recompute
Alertsapp.alert(), Slack webhooks, suppressOnRecompute
Enrichmentsapp.enrich(), key-value metadata, scoping
Actionsapp.action(), on-demand tasks, ActionContext
Dashboardapp.dashboard.view(), filters, aggregates, cachedOnly
QueueBackground processing, queueCondition, concurrency
Authapp.auth(), CLI flags, env vars
DeploymentPM2 setup, sidecar configuration, environment variables
TypesFull TypeScript types for all contexts and results

Is the skill complete?

Mintlify generates llms.txt from all pages in the navigation. The Claudeye docs cover the full API - every method, option, and example is included. If you find something missing, the source is at https://claudeye.exosphere.host/llms-full.txt. For targeted context, link directly to a specific page:
# Just the API types
npx skills add https://claudeye.exosphere.host/api-reference/types

# Just evals
npx skills add https://claudeye.exosphere.host/evals/overview