Skip to content

Integrations

Connects to
everything.

50+ pre-built connectors for the tools your team already uses. And if we don't have yours — Apex builds it automatically.

Project Management

new
J

Jira

Project Management

L

Linear

Project Management

new
A

Asana

Project Management

N

Notion

Project Management

S

Shortcut

Project Management

C

ClickUp

Project Management

M

Monday.com

Project Management

T

Trello

Project Management

Design

new
F

Figma

Design

F

Framer

Design

S

Storybook

Design

S

Sketch

Design

A

Adobe XD

Design

Development

G

GitHub

Development

G

GitLab

Development

B

Bitbucket

Development

V

VS Code

Development

J

JetBrains

Development

Communication

S

Slack

Communication

D

Discord

Communication

M

MS Teams

Communication

new
L

Loom

Communication

CI/CD & Deployment

V

Vercel

CI/CD & Deployment

N

Netlify

CI/CD & Deployment

new
A

AWS

CI/CD & Deployment

new
G

GCP

CI/CD & Deployment

D

Docker

CI/CD & Deployment

K

Kubernetes

CI/CD & Deployment

C

CircleCI

CI/CD & Deployment

J

Jenkins

CI/CD & Deployment

Testing

P

Playwright

Testing

C

Cypress

Testing

P

Puppeteer

Testing

S

Selenium

Testing

new
J

Jest

Testing

Monitoring

D

Datadog

Monitoring

S

Sentry

Monitoring

P

PagerDuty

Monitoring

G

Grafana

Monitoring

N

New Relic

Monitoring

Billing

S

Stripe

Billing

CRM

H

HubSpot

CRM

Documentation

C

Confluence

Documentation

G

GitBook

Documentation

R

ReadMe

Documentation

N

Notion

Documentation

Build your own

No connector?
Apex builds it.

Point Apex at any system with an API, CLI, or MCP server — and it generates a working integration automatically. No code required. Just describe what you need, and Apex analyzes the interface, builds the connector, and tests it end-to-end.

  • REST, GraphQL, gRPC — any API protocol
  • MCP server auto-discovery and configuration
  • Browser Agent for undocumented web UIs
mcp-config.json
1  {
2    "mcpServers": {
3      "internal-api": {
4        "command": "npx",
5        "args": [
6          "@apex/mcp-server",
7          "--api=https://api.acme.co/v2",
8          "--auth=bearer"
9        ],
10       "env": {
11         "API_TOKEN": "$ACME_TOKEN"
12       }
13     },
14     "analytics-db": {
15       "command": "apex-connect",
16       "args": ["postgres", "--read-only"],
17       "env": {
18         "DB_URL": "$ANALYTICS_DB"
19       }
20     }
21   }
22 }

Ready to ship faster?

Start with a free trial. No credit card required. Your team will be shipping in minutes.