eavz
Plausible

Plausible

Privacy-friendly web analytics

API KeyAnalytics
16 actions

Actions

Name
list_teams

Get a list of teams your Plausible account can access

list_sites

Get a list of sites your Plausible account can access

get_site

Get details of a site including tracker script configuration

create_site

Create a new site in your Plausible account

update_site

Update an existing site in your Plausible account

delete_site

Delete a site and all its data from your Plausible account. This action is permanent and may take up to 48 hours to complete.

create_shared_link

Find or create a shared link for a site

list_goals

Get a list of goals for a site

create_goal

Find or create a goal for a site

delete_goal

Delete a goal from a site

list_custom_properties

Get a list of custom properties for a site

create_custom_property

Create a custom property for a site

delete_custom_property

Delete a custom property from a site

list_guests

Get a list of guests for a site

invite_guest

Invite a guest to access a site or find an existing invitation

remove_guest

Remove a guest or invitation from a site

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

Plausible supports 16 actions including List Teams, List Sites, Get Site, Create Site, Update Site, and more.

Can I use Plausible with AI agents?

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

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

How much does the Plausible integration cost?

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

Connect Plausible in 2 minutes

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