Skip to Content
ConnectorsAll Connectors

Connectors

Connectors are managed integrations that give your agents secure access to external services. The Connector Marketplace lets you install, configure, and manage connections to tools like GitHub, Slack, Jira, AWS, and more. Access via Settings → Integrations → Connectors.

Connector Marketplace

The marketplace grid shows all available providers with their status:

StatusMeaning
ConnectedActive connection — agents can use this connector’s tools
Not connectedAvailable for installation
Coming soonProvider support is planned

Each connector card shows the provider logo, name, a one-line value prop, and a CTA button to connect or manage.

Installing a connector

  1. Navigate to Settings → Integrations → Connectors and find the provider.
  2. Click Connect — this opens the authentication flow for that provider.
  3. Complete the OAuth consent or enter API credentials.
  4. The connector is now active and its tools are available to agents.

Authentication methods

The backend connector catalogue supports five authentication patterns:

MethodProviders
App install / OAuthGitHub, GitHub Actions, GitHub Issues, GitLab, GitLab CI/CD, Slack, Jira, Linear, Notion, PagerDuty, Sentry, Bitbucket
Workload identity federationGCP, Azure, Azure DevOps, Microsoft Teams, Azure Key Vault
Cross-account IAM roleAWS, Amazon ECR, AWS Secrets Manager
API key / tokenDatadog, CircleCI, Jenkins, Grafana, Prometheus, OpsGenie, Snyk, Semgrep, Terraform Cloud, Pulumi, Docker Hub, HashiCorp Vault, MongoDB Atlas
Kubernetes service accountIn-cluster services

Managing connectors

Click a connected integration to open the manage panel:

  • Test — verify the connection is healthy
  • Re-sync — refresh OAuth tokens or re-pull metadata
  • Rotate secret — generate new credentials without downtime
  • Delete — remove the connector (agents lose access immediately)

Connector vs MCP

ConnectorMCP MarketplaceBuild your own MCP
SetupOne-click OAuth / IAM roleOne-click install from catalogBuild and deploy a container
Count~30 native providers150+ pre-built MCPsUnlimited
MaintenanceManaged by CendriixManaged by CendriixYou maintain the code
Use caseCore SCM, CI/CD, cloud, observability, issue trackingDatabases, analytics, CRM, utilities, AI/MLCustom internal tools
ToolsPre-defined per providerPre-defined per MCPYou define the tool schema

Use a Connector for core engineering services (source control, CI/CD, cloud providers, observability). Use an MCP from the MCP Marketplace for databases, analytics, CRM, and other services. Build your own MCP when you need custom tool logic or access to an internal system.

Available connectors

Cloud providers

ConnectorStatusAuth method
AWSAvailableIAM cross-account role
AzureAvailableService Principal
GCPAvailableService Account / Workload Identity
CloudflareAvailableAPI Token

Source control

ConnectorStatusAuth method
GitHubAvailableOAuth 2.0
GitHub ActionsAvailableOAuth 2.0
GitHub IssuesAvailableOAuth 2.0
GitLabAvailableOAuth 2.0
GitLab CI/CDAvailableOAuth 2.0
BitbucketAvailableOAuth 2.0 + PKCE
Azure DevOpsAvailableOAuth 2.0 (Entra ID)

Project management

ConnectorStatusAuth method
JiraAvailableOAuth 2.0 + PKCE
LinearAvailableOAuth 2.0
AsanaAvailableOAuth 2.0
ClickUpAvailableOAuth 2.0

Communication & docs

ConnectorStatusAuth method
SlackAvailableOAuth 2.0 (Bot token)
DiscordAvailableOAuth 2.0
GmailAvailableOAuth 2.0 (Google)
Microsoft TeamsAvailableOAuth 2.0 (Entra ID)
SendGridAvailableAPI Key
TwilioAvailableAPI Key
MailchimpAvailableOAuth 2.0
NotionAvailableOAuth 2.0
ConfluenceAvailableOAuth 2.0 (Atlassian 3LO)
CodaAvailableAPI Token
Google DriveAvailableOAuth 2.0
Microsoft 365AvailableOAuth 2.0 (Entra ID)

Observability

ConnectorStatusAuth method
DatadogAvailableAPI Key + Application Key
PagerDutyAvailableOAuth 2.0
SentryAvailableOAuth 2.0
New RelicAvailableAPI Key
GrafanaAvailableAPI Key / Service Account Token
PrometheusAvailableAPI Key
OpsGenieAvailableAPI Key

Data & analytics

ConnectorStatusAuth method
BigQueryAvailableOAuth 2.0 (Google)
SnowflakeAvailableConnection String / Key Pair
PostgreSQLAvailableConnection String
MongoDBAvailableConnection String
RedisAvailableConnection String
Amazon RedshiftAvailableConnection String
SupabaseAvailableAPI Key
NeonAvailableOAuth 2.0
AmplitudeAvailableAPI Key
MixpanelAvailableAPI Key
SegmentAvailableAPI Key

CRM & Sales

ConnectorStatusAuth method
SalesforceAvailableOAuth 2.0
HubSpotAvailableOAuth 2.0
IntercomAvailableOAuth 2.0

DevOps & CI/CD

ConnectorStatusAuth method
CircleCIAvailableAPI Token
VercelAvailableOAuth 2.0
BuildkiteAvailableOAuth 2.0
JenkinsAvailableAPI Token
Argo CDAvailableAPI Token
Terraform CloudAvailableAPI Token
PulumiAvailableAPI Token
Docker HubAvailableAPI Token

Security

ConnectorStatusAuth method
SnykAvailableAPI Token
SemgrepAvailableAPI Token
HashiCorp VaultAvailableAPI Token

Design

ConnectorStatusAuth method
FigmaAvailableOAuth 2.0

Payments

ConnectorStatusAuth method
StripeAvailableOAuth 2.0 (Connect)
SquareAvailableOAuth 2.0

Support

ConnectorStatusAuth method
ZendeskAvailableAPI Token

Enterprise

ConnectorStatusAuth method
IBM MainframeAvailableRACF basic auth / client cert
COBOL MigrationAvailableVia Mainframe connector

Security

  • Least-privilege scopes by default
  • Credentials encrypted at rest with AES-256-GCM and per-tenant keys
  • Every API call recorded as an audit event
  • PKCE (S256) used where supported for additional security
  • Connectors can be restricted via guardrail policies
  • Disconnect removes all stored tokens and cancels background workflows

API

MethodEndpointDescription
GET/v1/connectorsList workspace connectors
GET/v1/connectors/catalogBrowse available providers
POST/v1/connectorsRegister a custom connector
PATCH/v1/connectors/:idUpdate connector fields
DELETE/v1/connectors/:idRemove a connector (requires X-Confirm-Connector-Name header)
POST/v1/connectors/:provider/oauth/startBegin OAuth flow for a provider
GET/v1/connectors/oauth/callbackOAuth callback (exchanges code, creates connector)
POST/v1/connectors/:id/testHealth-check a connector
POST/v1/connectors/:id/resyncRe-sync connector metadata
GET/v1/connectors/:id/secretsList connector secrets (masked)
POST/v1/connectors/:id/secrets/:key/rotateRotate a connector secret
GET/v1/mcp/toolsList all tools across connectors
GET/v1/mcps/catalogBrowse MCP marketplace catalog

Request a connector

Contact us or file a request in Discord .

See also: Build an MCP, Agents, Skills, BYO Cloud

Last updated on