Build with AI agents

If your coding agent is doing the integration, give it the same knowledge a Talkif engineer would have. Talkif publishes Agent Skills — self-contained instructions an agent loads when a task matches — covering every job on this site: authenticate, build and publish a flow, place a call, run a campaign, verify a webhook, stream events, put a call button on a web page. Each skill carries the exact requests, SDK calls in TypeScript and Python, and the mistakes to avoid, and is verified against the public API definition.

Install

npx skills add Talkif-ai/skills
# just one
npx skills add Talkif-ai/skills --skill make-call

Then ask in plain language — “set up Talkif and make a test call to my phone” — and the agent loads quickstart, then each skill it needs.

The skills

Start
quickstartsequences key → flow → number → connect → test → results
api-conventionsbase URL, auth, pagination, errors, rate limits, retries — loaded with everything else
setup-api-keykeys, scopes, SDK clients
Build
create-flow · update-flowthe flow definition, publish, versions, rollback
write-promptsSystem vs Agent Prompt, variables, ElevenLabs v3 delivery tags
create-flow-functionHTTP tools the agent calls mid-conversation
choose-models-and-voicesSTT / LLM / TTS from the live catalogue
test-a-flowdraft tests, real test calls, the failure paths to exercise
Run
make-call · handle-inbound-callsoutbound and inbound
create-campaign · create-schedulelists and recurrences
manage-contacts · do-not-call · manage-phone-numbersthe data around calls
read-call-results · read-billing · troubleshoot-callsoutcomes, money, diagnosis
Integrate
verify-webhooks · realtime-events · web-callssignatures, WebSocket events, the browser SDK

Skills track the public API: when an endpoint or SDK method changes, the affected skill changes in the same release. Found one that drifted? Open an issue on the repo.

These docs, for agents

Every page here is also served as Markdown for agents: append .md to any docs URL, or fetch /llms.txt for the index and /llms-full.txt for the whole site in one file. The API reference is generated from the same OpenAPI definition the SDKs are built from: https://api.talkif.ai/openapi.json.

Next