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.
Install
Shared installations belong to an environment, so a workspace inherits every plugin installed on its environment chain.- Global. An admin installs a shared account from the Global environment’s Plugins tab, which reaches every workspace.
- Environment. Install an account from an environment’s Plugins tab to override Global for its workspaces. Shared environments require an organization admin; you manage your own personal environments.
- Personal. Legacy, managed from Personal → Connections.
- 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).@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:Resolution order
A workspace uses the first installation that matches, most specific first:- Your personal installation.
- The workspace’s own environment.
- The environment it was branched from, for personal environments.
- The Global environment, which holds organization installations.