Agent Skill · Sinch

sinch-sdks

Sinch SDK installation and client initialization for Node.js, Python, Java, and .NET. Use when installing a Sinch SDK, initializing SinchClient, setting up SDK credentials, configuring conversation region in SDK, or building a multi-product SDK client. For In-App Calling SDKs, see sinch-in-app-calling.

Provider: Sinch Path in repo: skills/sinch-sdks/SKILL.md

Skill body

Sinch SDKs

Overview

Cross-cutting skill that covers SDK installation and client initialization for all Sinch products. Determines the correct SDK and provides init code per language.

For authentication setup (credentials, OAuth2, Basic auth, signed requests), see sinch-authentication. For In-App Calling SDKs (Browser, iOS, Android), see sinch-in-app-calling.

Agent Instructions

If the user hasn’t specified which language or platform, ask first — the SDK and init pattern differ by language. Use the table below to route to the correct reference.

SDK Installation

Language Package Install Auth Scope
Node.js @sinch/sdk-core npm install @sinch/sdk-core Project + Application
Python sinch pip install sinch Project + Application
Java com.sinch.sdk:sinch-sdk-java Maven dependency Project + Application
.NET Sinch NuGet package Project + Application

In-App Calling uses a separate client-side SDK — not @sinch/sdk-core. See sinch-in-app-calling.

Product Coverage by SDK

Not all products are available in all SDKs. Check the table before recommending an SDK for a specific product.

Product Node.js Java .NET Python
Conversation API
Voice API
Verification API
Numbers API
Number Lookup API
Elastic SIP Trunking
Fax API
Provisioning API
10DLC Registration

✅ = supported, ⚠ = partial/preview, ❌ = not available (use direct HTTP)

When a product is not supported in the user’s chosen SDK, guide them to use direct HTTP calls instead.

SDK Init References

For language-specific initialization code, use the references:

If language is unknown, ask first. The SDKs handle token refresh automatically.

Key Concepts

@sinch/sdk-core — Unified Node.js SDK covering all project-scoped and application-scoped Sinch APIs. Individual packages (e.g., @sinch/voice, @sinch/verification) are also available.

sinch (Python) — Python SDK (v2.0.0+) covering project-scoped and application-scoped APIs.

sinch-sdk-java — Java SDK (v2.0.0+) via Maven Central.

Project-scoped init — Uses projectId, keyId, keySecret. For Conversation, Numbers, Fax, EST, 10DLC, Number Lookup, Provisioning.

Application-scoped init — Uses applicationKey, applicationSecret. For Voice, Verification, In-App Calling.

Multi-product client — Provide both project and application credentials in a single SinchClient to access all APIs.

Conversation region — Must be set explicitly when using the Conversation API. Values: us, eu, br. Required in Python SDK v2.0.0+ and Java SDK v2.0.0+; recommended in Node.js and .NET.

Common Patterns

Gotchas

Skill frontmatter

metadata: {"author" => "Sinch", "version" => "1.0.1", "category" => "Core", "tags" => "sdk, node, python, java, dotnet, sinch-client, installation", "uses" => ["sinch-authentication"]}

Work with this as data

Every skill here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agent skills

4 MCP tools reach this
  • find_skillsBrowse and filter every skill in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This skill
curl "https://apis.io/api/v1/skills/sinch-sdks"
All agent skills
curl "https://apis.io/api/v1/skills?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.