eavz
Hive

Hive

Project management and collaboration platform

5 actions
2 triggers

Actions

Name
create_action

Create a new action (task) in Hive

list_actions

List actions (tasks) in Hive

get_action

Get a specific action by ID

list_projects

List all projects in a workspace

custom_api_call

Make a custom API call to the Hive API

Triggers

Name
action_created

Triggers when a new action is created in Hive

action_completed

Triggers when an action is completed in Hive

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Hive 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 Hive support?

Hive supports 5 actions including Create Action, List Actions, Get Action, List Projects, Custom API Call.

Can I use Hive with AI agents?

Yes. Add Hive 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 Hive use?

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

How much does the Hive integration cost?

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

What triggers does Hive support?

Hive supports 2 triggers including Action Created, Action Completed.

Connect Hive in 2 minutes

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