Loading...
Loading...
Brex integration. Manage Accounts, Vendors, Bills, Expenses, Budgets. Use when the user wants to interact with Brex data.
npx skill4agent add membranedev/application-skills brexmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search brex --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 Users | list-users | Lists all users in the Brex account. |
| List Cards | list-cards | Lists all cards in the Brex account. |
| List Expenses | list-expenses | Lists all expenses with various filter options. |
| List Vendors | list-vendors | Lists all vendors for the account. |
| List Transfers | list-transfers | Lists all transfers. |
| List Cash Accounts | list-cash-accounts | Lists all cash accounts. |
| List Budgets | list-budgets | Lists all budgets. |
| Get User by ID | get-user-by-id | Retrieves a specific user by their ID. |
| Get Card by ID | get-card-by-id | Retrieves a specific card by its ID. |
| Get Expense by ID | get-expense-by-id | Retrieves a specific expense by ID. |
| Get Vendor by ID | get-vendor-by-id | Retrieves a specific vendor by its ID. |
| Get Transfer by ID | get-transfer-by-id | Retrieves a specific transfer by its ID. |
| Create Vendor | create-vendor | Creates a new vendor. |
| Create Card | create-card | Creates a new card. |
| Update Card | update-card | Updates an existing card's spend controls, metadata, or billing address. |
| Update User | update-user | Updates a user's information. |
| Update Vendor | update-vendor | Updates an existing vendor. |
| Update Card Expense | update-card-expense | Updates a card expense (memo, category, etc.). |
| Delete Vendor | delete-vendor | Deletes a vendor by ID. |
| Create Transfer | create-transfer | Creates a new transfer. |
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