A Claude Code plugin that helps developers build integrations with sipgate's telephony APIs.
Unofficial — This plugin is provided by sipgate but is not officially supported. Use at your own discretion.
When installed, Claude Code gains deep knowledge of sipgate's four APIs and can help you:
- Choose the right API for your use case (Flow, REST, Push, or SIP Stream Bridge)
- Set up authentication (OAuth2, Personal Access Tokens, shared secrets)
- Build integrations with correct endpoint usage, phone number formatting, and error handling
- Combine APIs for complex scenarios (e.g., Push webhooks + REST/RTCM call control)
- Migrate from Twilio using the SIP Stream Bridge
| API | Purpose | Docs |
|---|---|---|
| Flow API | AI voice bots, receptionists | Reference |
| REST API + RTCM | SMS, fax, calls, contacts, active call control | Swagger |
| Push API | Telephony webhooks, IVR, call routing | Docs |
| SIP Stream Bridge | Raw audio streaming, Twilio migration | Docs |
In Claude Code, run:
/plugin marketplace add sipgate/sipgate-labs-api-skill
/plugin install sipgate-api@sipgate-labs
git clone https://github.com/sipgate/sipgate-labs-api-skill.git
cp -r sipgate-labs-api-skill/skills/sipgate-developer-apis ~/.claude/skills/Once installed, Claude Code automatically activates the skill when you work on sipgate-related tasks. You can also invoke it explicitly:
- Ask Claude to help you build a sipgate integration
- Ask which sipgate API to use for your use case
- Ask for code examples with any sipgate API endpoint