T
Timix.AI
/create_customer
create customer
Create a new billing customer in your organization. The organization is fixed by your context - never pass an organization id.
liveunknown~5s typical
mcptimix.ai
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-timix-time-tracking /create_customer for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Customer name (required). |
| description | string | Optional customer description (max 200 characters). |
| currency | string | Optional ISO 4217 currency code (e.g. USD, EUR). Defaults to USD. |
| country | string | Optional country. |
| contact_email | string | Optional primary contact email address. |
| idempotency_key | string | Optional caller-supplied key; retrying with the same key returns the original result inste |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-timix-time-tracking","endpoint":"/create_customer","input":{"name":"..."}}'cli
npx cracked-ai run -p mcp-ai-timix-time-tracking -e /create_customer -i '{"name":"..."}'mcp
run_tool({ provider: "mcp-ai-timix-time-tracking", endpoint: "/create_customer", input: {"name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.