Docs · Integrations
Integrations
Integrations connect Closure to systems of record. Packs declare requirements; secrets stay in the vault — never in the pack.
Connectors import, seal (write), and optionally trigger workflows from external events.
JSON-LD sketch (connector config shape)
{
"@id": "urn:uuid:…",
"schemaRef": "schema:connector",
"name": "Form.io",
"data": {
"connectorId": "formio",
"status": "connected",
"capabilities": ["seal", "import"]
}
}Credentials are vaulted separately from the connector object you see in the graph.
In Closure
- Integrations UI: connect / reconnect / test
- Connector checklist after install — seal credentials via vault, never in chat
- Partners stay SoR; Closure owns the semantic journey
Guides: Integrations overview · Form.io · ServiceNow