Integrations overview
combo agent is built for enterprises: meet teams where they already work rather than imposing a parallel stack.
Meet existing toolchain

Enterprise-grade integration & governed delivery:
- Adopt easily — connect DOORS, CANoe, dSPACE, Jira, Feishu, WeCom, CI/CD… Stack intelligence atop today’s toolchain.
- Persist anywhere — SaaS public cloud, on-prem footprints, enterprise app stores—all compatible with stringent automotive / defense / banking boundaries.
- Govern confidently — tiered ACLs, audit trails, explainable outputs, AI drafts + human approval loops with traceability.
Capability map
Rendering diagram…
Supported connectors
Feishu (Lark)
WeCom (enterprise WeChat)
IBM DOORS / DOORS Next
Code hosting (Gerrit / GitLab / GitHub / Gitee)
Email (SMTP / IMAP)
Webhooks
Shared mechanisms
Credential service
Secrets are centralized with four guarantees:
- Encrypted storage — AES-256-GCM at rest; volatile memory hygiene
- Tenant segregation — no cross-tenant bleed
- Least privilege — scope tokens narrowly; ban personal god-mode keys
- Rotation/revoke — one-click rollover; audit traces every consumption
Audit plane
- External calls mirrored to
integration_audit - Filters on
credential_id,tenant_id, window, HTTP status - Sensitive bodies hashed (SHA-256) instead of persisted raw
Degradation policy
| Upstream symptom | combo agent behavior |
|---|---|
| Brief timeouts | Exponential backoff ×3 |
| Chronic outage | 60 s breaker → offline cache mode using KB snapshots |
| Rate limits | Throttle pacing to quotas |
Where to configure
| Surface | Audience |
|---|---|
| Admin console → Integrations | First-time admins, ongoing ops |
combo-cli credential … | Batch automation, bootstrap seeds |
| Agent YAML manifests | Tie credentials to Agents / Sessions |