Skip to main content
Plugins give workspace agents access to external apps without adding an MCP server or exposing provider credentials.

Available plugins

Replicas includes 101 plugins:
  • Productivity: Airtable, Asana, Box, Calendly, Canva, ClickUp, Coda, Confluence, Discord, Discord Bot, Dropbox, Figma, Gmail, Google Calendar, Google Chat, Google Docs, Google Drive, Google Meet, Google Sheets, Google Slides, Google Tasks, Jira, Microsoft Teams, Miro, Notion, OneDrive, Outlook, SharePoint, Todoist, Trello, Zoom.
  • Data and engineering: Algolia, Amplitude, Better Stack, Bitbucket, Browserbase, Bugsnag, Buildkite, CircleCI, ClickHouse, Cloudflare, Cloudinary, ConfigCat, Databricks, Datadog, DigitalOcean, Docker Hub, E2B, Elasticsearch, Exa, Firebase, Firecrawl, Google Ads, Google Analytics, Google BigQuery, Google Search Console, Grafana, Honeycomb MCP, LaunchDarkly, Mixpanel, Modal, New Relic, PagerDuty, Pangram, PlanetScale, PostHog, Railway, Render, Segment, Snowflake, Supabase, Vercel, incident.io, turbopuffer.
  • Business: Apollo, Attio, Brex, Buffer, Close, Customer.io, Facebook, Freshdesk, Gong, Help Scout, HubSpot, Instagram, Intercom, Klaviyo, LinkedIn, Mailchimp, Pipedrive, QuickBooks, Salesforce, ServiceNow, Shopify, Stripe, Twitter/X, Webflow, Xero, YouTube, Zendesk.
Plugin tools can read or write data according to the connected account’s permissions. Agents execute write and destructive actions only when the user’s request calls for them.

Install

Shared installations belong to an environment, so a workspace inherits every plugin installed on its environment chain. A workspace resolves each plugin in precedence order: your personal installation first, then the most specific environment in its chain, falling back to Global.
Personal plugin installations stop overriding environment plugins on August 31. Reinstall them on a personal environment before then.
Organization → Integrations no longer manages plugins; it now covers GitHub, GitLab, Slack, Linear, and Sentry only. Click Install, authenticate on the provider or Composio connection page, then return to Replicas. For plugins with a Replicas credential form:
  • PostHog: create a personal API key under Settings → Personal API keys, then select the region matching your US or EU Cloud account.
  • ClickHouse: enter the HTTPS endpoint, a username and password, and an optional database.
  • Cloudflare: create a token under My Profile → API Tokens with the actions agents should perform.
  • E2B: create an API key under Team settings → API Keys in the E2B dashboard.
  • Vercel: create an access token under Account Settings → Tokens with access to the projects agents should manage.
  • Modal: create a token ID and secret under Workspace Settings → API Tokens.
  • turbopuffer: create an API key in the dashboard and choose its deployment region.
  • Pangram: create an API key from Pangram’s API tab. Analysis sends text to Pangram and consumes credits.
Google Chat, Snowflake, Help Scout, Xero, Buffer, and Twitter/X require a custom OAuth app. Configure an enabled OAuth 2 auth config in Composio, then set COMPOSIO_<PLUGIN_ID>_AUTH_CONFIG_ID on the Replicas API to its auth config ID (for example, COMPOSIO_GOOGLECHAT_AUTH_CONFIG_ID).
New workspaces receive the @replicas/sdk TypeScript library and the replicas-agent skill automatically.

Agent access

Agents discover and batch plugin operations in TypeScript. Search for a tool, then execute it:
Replicas keeps provider tokens server-side. Every request is resolved from the workspace to its exact owner and environment chain, then pinned to that scope’s connected account. A workspace cannot select a Composio account or session.

Resolution order

A workspace uses the first installation that matches, most specific first:
  1. Your personal installation.
  2. The workspace’s own environment.
  3. The environment it was branched from, for personal environments.
  4. The Global environment, which holds organization installations.
PlanetScale uses OAuth directly and refreshes access tokens behind the gateway:
Modal uses its official JavaScript SDK behind the Replicas gateway:
turbopuffer uses its official TypeScript SDK behind the Replicas gateway:
Pangram’s current REST API is available through provider-shaped SDK methods:
E2B uses its official JavaScript SDK behind the Replicas gateway:

Disconnect

Open Configure on an installed plugin and click Uninstall. This removes its Replicas connection and revokes its local access to the stored provider credential. Uninstalling an environment’s installation falls back to whatever the environment inherits, so removing an override on one environment leaves the Global installation in place.