clients-create
clients-createCreate a new client billing entity with name and optional billing details like contact info, currency, default rate, and phone for SMS routing.
Instructions
Creates a new client (billing entity)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_info | No | Contact/billing info as JSON object with name, phone, line1, line2, line3 fields. Phone is used for SMS routing. | |
| currency | No | Currency code (default: USD) | |
| default_rate | No | Default hourly billing rate | |
| name | Yes | Client name (e.g., NASTF, AASRA) | |
| phone | No | Phone number in E.164 format (e.g., +15551234567) |