Overview
A connection links Opsmatic to one of your automation platforms — an n8n instance, a Make.com account, or an OpenClaw gateway. The Connections API lets you manage them without the dashboard. All endpoints require an API key with theconnections permission (see Authentication). Credentials you send are never returned in plaintext — responses mask api_key and api_token values.
Base URL:
List Connections
connections: read. Returns connections your key can access (your own plus any organization you belong to), newest first.
Query Parameters
Response
api_key / api_token are returned masked. The _credential_lengths object tells you how long the stored secret is without revealing it — useful for confirming a credential was saved.Create a Connection
connections: write. New connections are created with status: "inactive" until the first successful check.
Body Fields
- n8n
- Make.com
- OpenClaw
Response
Retrieve a Connection
connections: read and access to that connection. Returns a single connection with masked credentials.
Update a Connection
connections: write. Send only the fields you want to change (e.g. rename, rotate a credential, move organizations).
Delete a Connection
connections: delete. Removes the connection and stops all monitoring for it.
Errors
Related
Connecting platforms
Step-by-step setup for n8n, Make.com and OpenClaw
Analytics API
Query the data these connections produce

