Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.stagewise.io/llms.txt

Use this file to discover all available pages before exploring further.

Open Settings → Agent → Plugins.

Viewing installed plugins

The plugins page lists built-in plugins with name, description, provided skills, and credential configuration status. Plugins are built into stagewise. Community or user-installed plugins are not supported.

Plugin credentials

Some plugins need credentials — API keys, access tokens, or other secrets. Credentials are encrypted on your machine.
Field typeHow it’s stored
SecretEncrypted at rest, never exposed in plaintext (API keys, tokens)
Non-secretStored as plaintext (project IDs, usernames, region names)
Configure credentials by clicking on a plugin in the list.

Plugin apps

Plugins can ship interactive mini-apps that render inside the chat sidebar. The agent opens these automatically:
  • Figma shows a node preview when you reference a design
  • Supabase displays query results in a table
  • GitHub shows pull request details inline
Apps communicate with the agent via postMessage for two-way interaction.

Built-in plugins

PluginPurpose
FigmaAccess designs, real-time selection monitoring via CDP
GitHubRepository access, issues, pull requests, actions, releases
SupabaseRun SQL queries, manage edge functions, inspect migrations
PostHogQuery analytics with HogQL, manage feature flags, inspect events
VercelManage deployments, read logs, configure environment variables
RemotionCreate and edit videos in React
Built-in plugins are always available and cannot be removed. stagewise does not load community plugins.