height.app
Height is a collaborative project management and issue-tracking service. Its API covers workspace data such as tasks, lists, activities, users, groups, webhooks, and related workspace resources.
Height exposes a REST API at `https://api.height.app`, with a published unofficial OpenAPI spec and authentication via either a Height API key or a Height OAuth app/token flow; no public GraphQL, MCP, or CLI surface was found.
- Height REST APIdiscovered
In Height, open Settings → API to view or generate your API key, as described in the official API docs referenced by the published spec. Use that key in the Authorization header prefixed with api-key.
Register an OAuth app following OAuth Apps on Height. That gives you the app's client credentials for the authorization-code flow, which your integration exchanges for user access tokens to call the API on a user's behalf.
conventions · 0/7 published
- integrations.json——
- llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing