Compass Food Technologies
DocsCompass developer docs

Compass DaaS

Compass developer docs

The explainable dietary decision layer for AI agents.

Which surface should I use?

FieldTypeNotes
MCP serverAgent toolsStart here when your host can install MCP, such as Claude Desktop, Cursor, or Codex.
REST / OpenAPIProduction appsUse this when your backend needs exact HTTP contracts, auth behavior, errors, and response schemas.
SDK examplesConvenience clientsUse SDK-style examples for faster setup, while treating OpenAPI as the source of truth.
FieldTypeNotes
SearchFind candidatesUse when you have a dietary query and need ranked restaurant results.
EnrichAdd Compass contextUse when you already have a restaurant or place record from your product.
DecisionReturn a verdictUse when your product needs fit, not_fit, or unknown for a user profile.
Restaurant DetailsSupporting lookupUse after Search or Enrich when you need the full structured record for one result.

Start here

Compass exposes three v1 surfaces: restaurant search, restaurant enrichment, and dietary fit decisions. Responses include reason codes, evidence pointers, confidence, and verification guidance.

Read the quickstart
Compass Food Technologies