Weavz
Envisio

Envisio

Connect Envisio plans, projects, employees, and analytics data sources.

10 tools
1 trigger

Tools

Name
list_plans

List Envisio plans.

get_plan

Get one Envisio plan by ID.

list_goals

List goals for an Envisio plan.

list_strategies

List strategies under an Envisio plan goal.

list_activities

List activities under an Envisio strategy.

list_projects

List Envisio PMR projects.

update_project

Update an Envisio PMR project by ID.

list_data_sources

List Envisio Analytics data sources.

update_data_source_rows

Replace or append rows to an Envisio Analytics data source. Use async mode for large updates.

track_async_data

Track an Envisio async data integration status.

Triggers

Name
project_updated

Poll Envisio PMR projects and emit projects updated since the last run when updated_at is present.

Quick Start

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

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

const result = await weavz.actions.execute('envisio', 'list_plans', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'envisio',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Envisio to my app?

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

What tools does Envisio support?

Envisio supports 10 tools including List Plans, Get Plan, List Goals, List Strategies, List Activities, and more.

Can I use Envisio with AI agents?

Yes. Add Envisio to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Envisio be used in stateful agent workflows?

Yes. Agents can combine Envisio tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Envisio use?

Envisio uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Envisio integration cost?

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

What triggers does Envisio support?

Envisio supports 1 triggers including Project Updated.

Connect Envisio in minutes

Get 20,000 free action executions every month. No credit card required.