Actions
| Name | Description |
|---|---|
create_actionCreate a new action (task) in Hive | Create a new action (task) in Hive |
list_actionsList actions (tasks) in Hive | List actions (tasks) in Hive |
get_actionGet a specific action by ID | Get a specific action by ID |
list_projectsList all projects in a workspace | List all projects in a workspace |
custom_api_callMake a custom API call to the Hive API | Make a custom API call to the Hive API |
Triggers
| Name | Description |
|---|---|
action_createdTriggers when a new action is created in Hive | Triggers when a new action is created in Hive |
action_completedTriggers when an action is completed in Hive | Triggers when an action is completed in Hive |
Quick Start
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.