Skip to content
Platform Status

Technical Reference

API reference

The complete platform API — every service, from projects, deployments, and MCP servers to telemetry, risk, and usage — rendered from the live OpenAPI document at app.getgram.ai/openapi.yaml. The reference below always reflects what production serves.

Most requests require authentication headers:

HeaderDescription
Gram-KeyAPI key with the appropriate scope (see API Keys)
Gram-ProjectProject identifier (slug)
Terminal window
curl -X POST "https://app.getgram.ai/rpc/telemetry.searchLogs" \
-H "Content-Type: application/json" \
-H "Gram-Key: <your-api-key>" \
-H "Gram-Project: <your-project-slug>" \
-d '{"limit": 50}'

Use the reference’s built-in sidebar and search to explore services and operations, inspect request and response schemas, and copy ready-made snippets per language.

Loading the API reference…