> ## Documentation Index
> Fetch the complete documentation index at: https://docs.integratewise.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Capabilities

# Platform Capabilities

IntegrateWise provides a comprehensive platform for enterprise integration, automation, and intelligence.

## Core Integration Features

### Connector Ecosystem

We offer 100+ pre-built connectors for popular business applications:

**CRM & Sales**

* Salesforce
* HubSpot
* Pipedrive
* Zoho CRM

**Marketing**

* Mailchimp
* ActiveCampaign
* Google Analytics

**Support & Service**

* Zendesk
* Freshdesk
* Intercom

**Finance & Accounting**

* QuickBooks
* Xero
* NetSuite

**Development & Collaboration**

* GitHub
* GitLab
* Jira
* Slack

### Custom Connector Development

Build your own connectors using our SDK.

Each major component must be classified.
Classification is required across three independent readiness dimensions.

| Component                       | Lifecycle | Implemented | Wired   | Deployed | Verified E2E |
| ------------------------------- | --------- | ----------- | ------- | -------- | ------------ |
| Capability Registry             | UNKNOWN   | UNKNOWN     | UNKNOWN | UNKNOWN  | UNKNOWN      |
| Capability Execution Engine     | UNKNOWN   | UNKNOWN     | UNKNOWN | UNKNOWN  | UNKNOWN      |
| Workflow Router / Engine        | UNKNOWN   | UNKNOWN     | UNKNOWN | UNKNOWN  | UNKNOWN      |
| Context Builder                 | UNKNOWN   | UNKNOWN     | UNKNOWN | UNKNOWN  | UNKNOWN      |
| Execution Orchestrator          | UNKNOWN   | UNKNOWN     | UNKNOWN | UNKNOWN  | UNKNOWN      |
| Metrics and Learning Structures | UNKNOWN   | UNKNOWN     | UNKNOWN | UNKNOWN  | UNKNOWN      |
| Capability Discovery UI         | UNKNOWN   | UNKNOWN     | UNKNOWN | UNKNOWN  | UNKNOWN      |
| Capability Shell Components     | UNKNOWN   | UNKNOWN     | UNKNOWN | UNKNOWN  | UNKNOWN      |

These cells must be filled with evidence, not aspiration.

Populate via:

* `services/workflow` manifest and code review
* `docs/platform-specs/05-capability-fabric.md`
* `docs/platform-specs/11-workflow-engine.md`
* API contracts under `docs/platform-specs/19-api-contracts.md`
* package/service README evidence
* Option B and Option B Wave 0 evidence

***

## 3. READY-STATE LANGUAGE

Do not describe Capability Fabric as:

* operational end-to-end
* fully wired
* complete
* production ready
* Spine connected

merely because components exist.

Existence of code files is not deployed readiness. Presence in wrangler manifests alone is not verified E2E operation.

***

## 4. GOVERNANCE CONTRACT

Every capability execution path must include a governed boundary.

```text theme={null}
Capability selection
      ↓
Policy evaluation
      ↓
Governance gate if required by policy
      ↓
Execution contract accepted
      ↓
Capability execution
      ↓
Canonical result path
```

Capability Fabric must not be documented as bypassing governance.

***

## 5. DOCUMENTS THAT PRECEDE THIS

* docs/platform-specs/05-capability-fabric.md
* docs/platform-specs/11-workflow-engine.md
* docs/platform-specs/31-evolution-strategy.md
* docs/ip/tech/CAPABILITY\_RESOLVER\_PATTERN.md
* docs/archive/CAPABILITY\_FIRST\_ARCHITECTURE.md
* docs/archive/CAPABILITY\_FIRST\_ROADMAP.md

When conflict arises between this document and those documents, this document is canonical.
