Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VAULTIX_API_KEY | Yes | Your Vaultix secret API key (sk_live_... or sk_test_...) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| vaultix_create_charge | Create a new payment charge (PIX, Credit Card, or Boleto). Amount is in cents (e.g., 5000 = R$ 50,00) |
| vaultix_get_charge | Retrieve a charge by ID |
| vaultix_list_charges | List all charges with optional filters |
| vaultix_cancel_charge | Cancel a pending or authorized charge |
| vaultix_create_customer | Create a new customer |
| vaultix_get_customer | Retrieve a customer by ID |
| vaultix_list_customers | List all customers |
| vaultix_update_customer | Update a customer |
| vaultix_delete_customer | Delete a customer |
| vaultix_create_refund | Create a refund for a paid charge. Amount in cents for partial refund. |
| vaultix_get_refund | Retrieve a refund by ID |
| vaultix_list_refunds | List all refunds |
| vaultix_get_balance | Get current account balance (available and pending) |
| vaultix_list_balance_transactions | List balance transactions (statement) |
| vaultix_create_product | Create a new product in the catalog. Price is in cents. |
| vaultix_get_product | Retrieve a product by ID |
| vaultix_list_products | List all products |
| vaultix_update_product | Update a product |
| vaultix_delete_product | Delete a product |
| vaultix_get_order | Retrieve an order by ID |
| vaultix_list_orders | List all orders |
| vaultix_get_transaction | Retrieve a transaction by ID |
| vaultix_list_transactions | List all transactions (unified view of charges, refunds, payouts) |
| vaultix_get_transactions_summary | Get transaction summary for a period |
| vaultix_create_payment_link | Create a shareable payment link. Amount in cents. |
| vaultix_get_payment_link | Retrieve a payment link by ID |
| vaultix_list_payment_links | List all payment links |
| vaultix_deactivate_payment_link | Deactivate a payment link |
| vaultix_create_payout | Create a payout (withdrawal) via PIX or bank transfer. Amount in cents. |
| vaultix_get_payout | Retrieve a payout by ID |
| vaultix_list_payouts | List all payouts |
| vaultix_cancel_payout | Cancel a pending payout |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |