Loading...
Loading...
Cobalt integration. Manage data, records, and automate workflows. Use when the user wants to interact with Cobalt data.
npx skill4agent add membranedev/application-skills cobaltmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search cobalt --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 Events | list-events | Retrieve events/activity logs for the organization |
| Update Finding State | update-finding-state | Update the state of a finding |
| Get Finding Possible States | get-finding-possible-states | Get the possible states a finding can transition to |
| Get Finding | get-finding | Retrieve a specific finding by ID |
| List Findings | list-findings | Retrieve all findings in the organization |
| Get Pentest | get-pentest | Retrieve a specific pentest by ID |
| List Pentests | list-pentests | Retrieve all pentests in the organization |
| Delete Asset | delete-asset | Delete an asset by ID |
| Update Asset | update-asset | Update an existing asset |
| Create Asset | create-asset | Create a new asset in the organization |
| Get Asset | get-asset | Retrieve a specific asset by ID |
| List Assets | list-assets | Retrieve all assets in the organization |
| List Organizations | list-organizations | Retrieve all organizations associated with your personal API token |
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