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
Any agent
Claude Code
Manual
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
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.