Loading...
Loading...
Dock Certs integration. Manage data, records, and automate workflows. Use when the user wants to interact with Dock Certs data.
npx skill4agent add membranedev/application-skills dock-certsmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search dock-certs --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Workspaces | list-workspaces | Retrieve a list of workspaces with optional pagination and filtering |
| List Boards | list-boards | Retrieve a list of boards with optional pagination |
| List Accounts | list-accounts | Retrieve a list of accounts with optional pagination |
| List Deals | list-deals | Retrieve a list of deals with optional pagination |
| List Users | list-users | Retrieve a list of users in the organization |
| List Workspace Users | list-workspace-users | Retrieve a list of users for a specific workspace |
| List Templates | list-templates | Retrieve a list of workspace templates |
| List Tags | list-tags | Retrieve a list of tags with optional pagination |
| List Custom Fields | list-custom-fields | Retrieve a list of custom fields defined in the organization |
| Get Workspace | get-workspace | Retrieve a workspace by its ID |
| Get Board | get-board | Retrieve a board by its ID |
| Get Account | get-account | Retrieve an account by its ID |
| Get Deal | get-deal | Retrieve a deal by its ID |
| Get User | get-user | Retrieve a user by their ID |
| Get Workspace User | get-workspace-user | Retrieve a workspace user by their ID |
| Get Template | get-template | Retrieve a template by its ID |
| Get Tag | get-tag | Retrieve a tag by its ID |
| Create Workspace | create-workspace | Create a new workspace, optionally from a template |
| Create Board | create-board | Create a new board for organizing workspaces |
| Create Account | create-account | Create a new account |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY