sinch-number-order-api
Installation
SKILL.md
Number Order API
Overview
Order phone numbers with KYC compliance through a guided multi-step workflow. Required in countries where number purchases need identity verification.
Agent Instructions
Before generating code, gather from the user (skip any item already specified in the prompt or context):
- Country — ISO 3166-1 alpha-2 region code (e.g.
AU,DE,BR). - Number type —
MOBILE,LOCAL, orTOLL_FREE. - Specific number or quantity? — E.164 phone number, or quantity + criteria.
- SMS or Voice? — SMS needs
servicePlanId(+campaignIdfor US 10DLC). Voice needstype(RTC/EST/FAX) + corresponding ID (appId/trunkId/serviceId). - Language — any language, or curl. This API is REST-only; there is no SDK wrapper.
This is a sequential, fragile workflow — steps must be followed in order. Do not combine API calls. Step 2 may be skipped if the user already has a specific E.164 number.
Refer to the API reference linked in Links for request/response schemas.