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
- Open Settings → Connectors → Add Connector
- Select the connector type
- Enter connection details
- Click Test Connection — Atlas Studio verifies connectivity
- Save
Connectors are stored locally in the Desktop IDE and optionally synced to the Web Portal Vault.
Supported Connectors
Observability
Kubernetes
Kubernetes
type: kubernetes
name: prod-cluster
kubeconfig: ~/.kube/config # path or inline YAML
context: prod-eks # optional: specific context
namespace: default # optional: default namespaceRequired permissions:
get, list, watch: pods, deployments, services, events, configmaps
exec: pods (for Coding Agent)ITSM / Ticketing
ServiceNow
type: servicenow
name: snow-prod
instanceUrl: https://company.service-now.com
username: atlas-integration
password: secret
# Or OAuth:
clientId: xxx
clientSecret: xxxEnterprise Systems
SAP
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: xxxSAP 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
- Update the credential in your source system
- In Atlas Studio: Settings → Connectors → select connector → Edit → update password/token
- Click Test Connection to verify
- Save — workflows using this connector will use the new credentials immediately (no restart required)
Sharing credentials across team (Web Portal Vault)
- Settings → Connectors → select connector → Sync to Vault
- The credential is encrypted and stored in the Web Portal
- 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:
- Settings → Connectors → select connector → Test Connection
- A green checkmark confirms connectivity
- 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.