Skip to main content
Use this page when an agent needs to choose the right public operation family before calling the API, CLI, or MCP Code Mode.

Surface map

Agent rules

  • Start with projects.list and Query Guide unless the project and operation are already known.
  • Prefer read operations and compact inspect/summary endpoints before raw exports.
  • Keep telemetry queries bounded with from, to, limit, service, environment, status, or id filters.
  • Ask before write operations.
  • Treat destructive, dangerous, key-returning, or credential-rotating operations as confirmation-required even when the API exposes them.
  • Use API or CLI for operations intentionally hidden from MCP.

MCP Code Mode

The hosted MCP server exposes search and execute. search returns exposed operation metadata, schemas, and generated examples. execute runs a small squasher.request(...) snippet for exposed operations.