Height API

Height's project management REST API for creating, reading, and updating tasks, lists, forms, and attributes in Height workspaces. Known for its real-time collaboration model and flexible task structure with custom attributes.

Evaluated Mar 07, 2026 (0d ago) vcurrent
Homepage ↗ Other height project-management task-management issue-tracking rest-api webhooks real-time
⚙ Agent Friendliness
54
/ 100
Can an agent use this?
🔒 Security
80
/ 100
Is it safe for agents?
⚡ Reliability
70
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
--
Documentation
78
Error Messages
74
Auth Simplicity
78
Rate Limits
60

🔒 Security

TLS Enforcement
100
Auth Strength
78
Scope Granularity
70
Dep. Hygiene
72
Secret Handling
78

HTTPS enforced. OAuth2 provides user-scoped tokens. API keys are full workspace access — no per-key scope restriction. Recommend creating a dedicated service account for agent access. No IP allowlisting documented.

⚡ Reliability

Uptime/SLA
70
Version Stability
72
Breaking Changes
68
Error Recovery
70
AF Security Reliability

Best When

Your team uses Height and wants a clean, well-documented REST API for agent-driven task automation with real-time webhook support.

Avoid When

You're evaluating new tooling — Height has a smaller community and fewer integrations than Linear or Jira.

Use Cases

  • Creating tasks from agent-detected events (bugs, alerts, support tickets)
  • Querying task lists and status for sprint planning and reporting agents
  • Updating task attributes and statuses as agent workflows progress
  • Automating triage by routing tasks to the right lists based on agent classification
  • Syncing Height tasks with external tools like GitHub or Slack via webhooks

Not For

  • Teams not using Height (low market penetration compared to Jira or Linear)
  • Complex enterprise workflows requiring deep Jira-style customization
  • Agents needing GraphQL (Height is REST-only)
  • High-volume bulk operations (rate limits apply)

Interface

REST API
Yes
GraphQL
No
gRPC
No
MCP Server
No
SDK
No
Webhooks
Yes

Authentication

Methods: api_key oauth2
OAuth: Yes Scopes: Yes

Secret API keys available for server-side agent use. OAuth 2.0 available for user-context integrations. API keys are workspace-scoped. OAuth tokens carry user-level permissions. Tokens passed as Authorization: Bearer header.

Pricing

Model: freemium
Free tier: Yes
Requires CC: No

Generous free tier with API access. Small team-friendly pricing. Notably more affordable than Jira for small engineering teams. API included on all plans.

Agent Metadata

Pagination
cursor
Idempotent
No
Retry Guidance
Not documented

Known Gotchas

  • Task IDs are UUIDs — Height uses readable task numbers in the UI (e.g., HT-123) but the API requires UUID form; must look up ID via search
  • Custom attributes are workspace-specific and must be discovered via the attributes endpoint before use — no standard schema
  • Webhook payloads use an action type system (task.created, task.updated, etc.) but update events do not include previous state — diffing requires agents to cache state
  • List IDs are required for task creation — agents must know the target list UUID, not just name
  • No official SDK means agents must handle HTTP directly or use community libraries with no support guarantees
  • Real-time API uses Server-Sent Events (SSE) for live updates — polling is supported but SSE is preferred for event-driven agents
  • Rate limit errors return 429 with no Retry-After header — agents must implement exponential backoff heuristically

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for Height API.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-03-07.

6470
Packages Evaluated
26150
Need Evaluation
173
Need Re-evaluation
Community Powered