Skip to main content

Build with AI assistants

Compass provides LLM-optimized documentation that AI coding assistants can fetch directly. These endpoints follow the llms.txt standard and are designed for AI consumption — concise, example-rich, and including all SDK field names and parameters.
Most AI coding assistants (Cursor, Claude Code, GitHub Copilot, ChatGPT) can automatically fetch and use these documentation URLs when you reference them in your project.

Documentation URLs

Point your AI assistant to these URLs:

Setup for AI coding assistants

Add to your project’s .cursor/rules or .cursorrules file:

What’s included

The LLM documentation covers:

Example prompts

Once your AI assistant has access to the documentation, you can ask:
  • “Write a Python script to fetch the top 5 USDC vaults on Base by APY”
  • “How do I implement gas sponsorship for deposits?”
  • “Create a TypeScript function to check all my earn positions”
  • “What’s the difference between earn_transfer and earn_manage?”

CLI

Prefer to drive Compass from the command line? The CLI exposes every endpoint as a subcommand.

Agent Skill

Let an AI agent run the CLI for you — install the packaged Compass skill for Claude Code, Cursor, or Codex.

API Reference

Browse the complete API reference documentation.