DEVELOPERS

Latitude developer resources

Everything needed to build against Latitude — the open-source platform for monitoring and improving production AI agents. This page is the index: the Latitude REST API and its OpenAPI spec, authentication, the Latitude MCP server, the TypeScript and Python SDKs, agent dispatch webhooks, rate limits, and every machine-readable discovery file the site publishes.

A markdown copy of this page lives at /developers.md.

Latitude REST API

The Latitude API is served from https://api.latitude.so. It covers projects, traces, spans, sessions, signals, issues, annotations, scores, datasets, experiments, members, and API keys.

Authentication

The Latitude API accepts an organization-scoped API key as a bearer token. Agents that need a workspace on the user's behalf use the OAuth flow instead.

Latitude MCP server

Latitude ships a remote, OAuth-authenticated MCP server so agents can read and manage a workspace directly — projects, traces, annotations, datasets, monitors, and keys.

SDKs and telemetry

Applications send telemetry to Latitude through a Latitude SDK or any standard OpenTelemetry pipeline.

Webhooks

Agent dispatch can deliver a failure and its evidence to a system you control over HTTP.

Rate limits

Request-rate conventions for this site: the advisory quota its content endpoints declare, and how agents should pace themselves. The Latitude API is a separate host with its own limits.

  • Latitude rate limits

    The RateLimit-Policy latitude.so declares, which endpoints carry it, and expected client behavior.

    /rate-limits.md

Machine-readable files

Every discovery document Latitude publishes for agents and crawlers, at stable URLs.

  • /llms.txt

    Index of Latitude pages, docs, and machine-readable files.

    /llms.txt

  • /developers.md

    This page as markdown.

    /developers.md

  • /.well-known/api-catalog

    RFC 9727 linkset pointing at the API description, docs, status, and rate-limit conventions.

    /.well-known/api-catalog

  • /product.md

    Product model, use cases, primitives, deployment options, and boundaries.

    /product.md

  • /pricing.md

    Plans, included usage, credit definitions, retention, and procurement.

    /pricing.md

  • /quickstart.md

    Connect an application and send a first trace.

    /quickstart.md

  • /sitemap-index.xml

    Every indexable URL on latitude.so.

    /sitemap-index.xml

  • Documentation index

    Machine-readable index of the full Latitude documentation.

    https://docs.latitude.so/llms.txt

Source and self-hosting

Latitude is MIT-licensed and can be self-hosted.

Support

Questions about the Latitude API, SDKs, or MCP server: emailhello@latitude.soor join theLatitude Slack community.