Timix.AI
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

FieldTypeDescription
name*stringCustomer name (required).
descriptionstringOptional customer description (max 200 characters).
currencystringOptional ISO 4217 currency code (e.g. USD, EUR). Defaults to USD.
countrystringOptional country.
contact_emailstringOptional primary contact email address.
idempotency_keystringOptional 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.