---
title: "Create Org Connector"
method: POST
path: "/internal/v3/integrations/org_connectors"
tags: ["integrations-v3"]
---

# Create Org Connector

`POST /internal/v3/integrations/org_connectors`

Create a new OrgConnector for an organization.

**Permissions**: platform admin only.

Returns HTTP 201 with the created connector.

## Request body

- CreateOrgConnectorRequest
  - `organization_id` string, required — Organization ID that owns the connector
  - `name` string, required — Name of network of which the connector tunnels through. Should be a name that makes sense to the customer 'eg: XCorp VPN, XCorp k8` (unique per organization)
  - `url` string, required — Controller URL from inside the k8s cluster
  - `description` string, nullable — Optional description

## Response `201`

Successful Response

- TraversalDaosOrgConnectorsDaoOrgConnector
  - `id` string, required
  - `organization_id` string, required
  - `name` string, required
  - `url` string, required — URL of the Edge Controller this connector's tunnel routes through (not the customer connector itself, which is outbound-only and has no reachable address)
  - `description` string, nullable, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
