Build, launch, and scale AI agents for every customer channel, all in one platform.






Telentir AI agents deliver seamless customer engagement through human-like dialogue and full task automation.
Build integrations quickly with clear SDKs, reliable endpoints, and production-ready tooling.
// Auth
// for BrowserCrypto
// npm install jose
// for NodeCrypto
// npm install jsonwebtoken
// npm install @silyze/telentir-sdk
// Quick Start
import "dotenv/config";
import { Telentir, crypto } from "@silyze/telentir-sdk";
async function main() {
const telentir = await Telentir.connect({
apiKey: process.env.TELENTIR_API_KEY!
, crypto: new crypto.BrowserCrypto(await import("jose")),
keyCache: new crypto.InMemoryKeyCache(), // optional
});
// Session Calls
// Use telentir.sessions.call to generate the JWT and start the call in a single step
// (you can still access createCallJwt and startCall individually if needed).
await telentir.sessions.call({
type: "prompt",
prompt: "Reach out and collect feedback.",
contact: {
id: contactId,
name: "Mihail",
phone: "+111111111",
tags: [],
status: "active",
},
agent: {
id: agentId,
type: "ai",
persona: "openai-verse",
avatar: "",
firstName: "Demo",
lastName: "Agent",
language: "en",
},
});
const contacts = await telentir.contacts.all();
console.log(contacts);
}
void main();Calls
150M+3535
Assistants Launched
1.5M+542
Developers
350K+234
How it works
Claim a new number in minutes and connect it to your workspace.
Generate clean lead lists using targeted filters that match your ICP.
Start campaigns, track outcomes, and scale what converts.
Features
Talk to agents in English, Spanish, Mandarin, or one of 100+ other supported languages.
Everything is exposed as an API, with 1000s of configurations and integrations.
Design test suites of simulated voice agents to identify hallucination risks before going to production.
Bring your own API keys for transcription, LLM, or text-to-speech models. Or plug in your own self-hosted models.
Plug in your APIs as tools to intelligently fetch data and perform actions on your server.
Test different variations of prompts, voices, and flows to continuously optimize performance.
Enterprise
Encryption keys stay with your org so call content and transcripts remain private.
Multi-region routing with automatic failover keeps every call live.
Real-time turn-taking for natural conversations at scale.
Policy controls, allowlists, and QA checks keep outreach on-brand and compliant.
SOC 2, HIPAA, and PCI workflows with audit logs and granular access controls.
Get answers about Telentir. From smart dialing to live agent transfers, here’s everything you need to know to get started.