Actions
| Name | Description |
|---|---|
list_teamsGet a list of teams your Plausible account can access | Get a list of teams your Plausible account can access |
list_sitesGet a list of sites your Plausible account can access | Get a list of sites your Plausible account can access |
get_siteGet details of a site including tracker script configuration | Get details of a site including tracker script configuration |
create_siteCreate a new site in your Plausible account | Create a new site in your Plausible account |
update_siteUpdate an existing site in your Plausible account | Update an existing site in your Plausible account |
delete_siteDelete a site and all its data from your Plausible account. This action is permanent and may take up to 48 hours to complete. | 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_linkFind or create a shared link for a site | Find or create a shared link for a site |
list_goalsGet a list of goals for a site | Get a list of goals for a site |
create_goalFind or create a goal for a site | Find or create a goal for a site |
delete_goalDelete a goal from a site | Delete a goal from a site |
list_custom_propertiesGet a list of custom properties for a site | Get a list of custom properties for a site |
create_custom_propertyCreate a custom property for a site | Create a custom property for a site |
delete_custom_propertyDelete a custom property from a site | Delete a custom property from a site |
list_guestsGet a list of guests for a site | Get a list of guests for a site |
invite_guestInvite a guest to access a site or find an existing invitation | Invite a guest to access a site or find an existing invitation |
remove_guestRemove a guest or invitation from a site | Remove a guest or invitation from a site |
Quick Start
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.