Skip to main content
The docs site exposes its context through Mintlify’s public MCP endpoint and installable skill discovery.

Prompt an MCP-enabled agent

Add this docs site as an MCP server using:
Then prompt your agent with a concrete algorithm and constraints:

Install the Whitney skill

Agents that understand the open skills format can discover the skill from the docs domain:
The skill directs the agent to capabilities, API schemas, primitive ordering, the requested algorithm cookbook, and safe cleanup behavior. You still provide WHITNEY_BASE_URL and WHITNEY_API_KEY through your local secret manager; never paste a real key into an agent prompt or repository.

What to ask for

State the algorithm, model constraints, data or reward callbacks, desired checkpoint or artifact behavior, and maximum cost if you need an exact ceiling. When you do not care about provider routing, ask for provider: auto. Implement algorithms as loops over Whitney HTTP primitives. There is no Whitney SDK requirement for v1 and no managed recipe endpoint.