eavz
Height

Height

Project management tool for product teams

5 actions
2 triggers

Actions

Name
create_task

Create a new task in Height

list_tasks

List tasks, optionally filtered by list

get_task

Get a specific task by ID

list_lists

List all lists in Height

custom_api_call

Make a custom API call to the Height API

Triggers

Name
task_created

Triggers when a new task is created

task_completed

Triggers when a task is completed

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'height',
  actionName: 'create_task',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Height to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Height support?

Height supports 5 actions including Create Task, List Tasks, Get Task, List Lists, Custom API Call.

Can I use Height with AI agents?

Yes. Add Height to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Height use?

Height uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Height integration cost?

The Height integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Height support?

Height supports 2 triggers including Task Created, Task Completed.

Connect Height in 2 minutes

Get 1,000 free actions every month. No credit card required.