Cockpit
Cockpit integration on indie.money — manage collections, forms, and singletons via the Cockpit API
Written By pvdyck
Last updated About 1 hour ago
Cockpit
✅ Supported — Create and read Cockpit collection entries, submit forms, and fetch singletons.
Credential Setup
When configuring the Cockpit API credential in Secure Vault, provide:
- Cockpit URL — the base URL of your Cockpit instance (e.g.
https://example.com) - Access Token — the API access token used to authenticate requests
Operations
Collection
- Create — add a new entry to a collection
- Get Many — retrieve entries from a collection (with optional limit and filtering options)
- Update — update an existing entry in a collection by ID
Form
- Submit — submit data to a Cockpit form
Singleton
- Get — retrieve a singleton's data
Compatibility
All operations supported.