Loading...
Loading...
Hiveage integration. Manage Users, Organizations. Use when the user wants to interact with Hiveage data.
npx skill4agent add membranedev/application-skills hiveagemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search hiveage --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 Invoices | list-invoices | List all invoices with pagination and filtering support |
| List Connections | list-connections | List all connections (clients/vendors) in your network with pagination support |
| List Contacts | list-contacts | List all contacts for a specific connection |
| List Estimates | list-estimates | List all estimates with pagination support |
| List Recurring Invoices | list-recurring-invoices | List all recurring invoices with pagination support |
| List Invoice Payments | list-invoice-payments | List all payments for a specific invoice |
| Get Invoice | get-invoice | Retrieve a specific invoice by its hash key |
| Get Connection | get-connection | Retrieve a specific connection by its hash key |
| Get Contact | get-contact | Retrieve a specific contact by ID |
| Get Estimate | get-estimate | Retrieve a specific estimate by its hash key |
| Get Recurring Invoice | get-recurring-invoice | Retrieve a specific recurring invoice by its hash key |
| Get Invoice Payment | get-invoice-payment | Retrieve a specific payment for an invoice |
| Create Invoice | create-invoice | Create a new invoice for a connection |
| Create Connection | create-connection | Create a new connection (client or vendor) in your network |
| Create Contact | create-contact | Create a new contact for a connection |
| Create Estimate | create-estimate | Create a new estimate for a connection |
| Create Recurring Invoice | create-recurring-invoice | Create a new recurring invoice profile |
| Create Invoice Payment | create-invoice-payment | Record a payment for an invoice |
| Update Invoice | update-invoice | Update an existing invoice |
| Delete Invoice | delete-invoice | Delete an invoice |
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