Skip to Content
Atlas Studio IDEConnectors & Integrations

Connectors & Integrations

Connectors are outbound-only integrations — Atlas Studio initiates all connections to your infrastructure. No inbound ports, no agents listening on your servers.

Adding a Connector

  1. Open Settings → Connectors → Add Connector
  2. Select the connector type
  3. Enter connection details
  4. Click Test Connection — Atlas Studio verifies connectivity
  5. Save

Connectors are stored locally in the Desktop IDE and optionally synced to the Web Portal Vault.


Supported Connectors

Observability

Kubernetes

type: kubernetes name: prod-cluster kubeconfig: ~/.kube/config # path or inline YAML context: prod-eks # optional: specific context namespace: default # optional: default namespace

Required permissions:

get, list, watch: pods, deployments, services, events, configmaps exec: pods (for Coding Agent)

ITSM / Ticketing

type: servicenow name: snow-prod instanceUrl: https://company.service-now.com username: atlas-integration password: secret # Or OAuth: clientId: xxx clientSecret: xxx

Enterprise Systems

SAP (RFC, OData, IDoc)

type: sap name: sap-prod # For RFC: host: sap-prod.company.com systemNumber: "00" client: "100" username: ATLAS_USER password: secret language: EN # For OData / REST: baseUrl: https://sap-prod.company.com:4430 apiKey: xxx

SAP connectors require Pro or Enterprise plan. RFC connections require network access to the SAP application server port (default 3300).


Managing Connector Credentials

All connector credentials are stored in the OS keychain locally and optionally synced to the Web Portal Vault (AES-256-GCM encrypted).

Rotating credentials

  1. Update the credential in your source system
  2. In Atlas Studio: Settings → Connectors → select connector → Edit → update password/token
  3. Click Test Connection to verify
  4. Save — workflows using this connector will use the new credentials immediately (no restart required)

Sharing credentials across team (Web Portal Vault)

  1. Settings → Connectors → select connector → Sync to Vault
  2. The credential is encrypted and stored in the Web Portal
  3. Team members can use this connector in their workflows without seeing the raw credentials

Testing Connectors

Always test a connector after creation or credential rotation:

  1. Settings → Connectors → select connector → Test Connection
  2. A green checkmark confirms connectivity
  3. A red ✗ shows the error message — most common issues:
    • Network timeout (check firewall rules)
    • Authentication failed (wrong credentials)
    • SSL certificate error (check TLS settings)

Connector Health Monitoring

Web Portal → Connectors → shows health status for all connectors:

  • Green: last test < 5 minutes ago, passed
  • Yellow: last test > 1 hour ago (stale)
  • Red: last test failed

Set up alerts: Web Portal → Connectors → Alert on Failure → Slack/email notification.