Height for your agents.
Connect Height once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Height.
What agents can do with Height
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
height_get_workspaceCheck the credentials: returns the workspace for the API key.
height_list_listsList all lists in the workspace. Only lists shared with the entire workspace are returned.
height_search_tasksSearch tasks with filters. `filters` is a JSON string of filter criteria, for example {"status":{"values":["backLog","inProgress"]}}.
height_get_taskGet a single task by its id or index.
height_create_taskCreate a new task. `listIds` specifies which lists the task belongs to.
height_update_taskUpdate fields on an existing task.
height_delete_taskDelete a task by its id.
height_list_usersList all users in the workspace.
height_get_listGet a single list by its id.
height_create_listCreate a new list. `name` is required.
height_list_labelsList all labels in the workspace.
height_create_commentCreate a comment on a task.
height_get_commentGet a single comment by its id.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to Height and navigate to Settings > API.
- Generate a new secret API key and copy it.
- The key format is secret_xxxx.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Height to Even: call connect_begin("height") on the even-connect MCP and walk me through it.
Search for tasks with a specific status in Height and create a new task in a list.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.