Skip to content

sipgate/sipgate-labs-api-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

sipgate API Skill for Claude Code

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.

What it does

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

APIs covered

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

Installation

In Claude Code, run:

/plugin marketplace add sipgate/sipgate-labs-api-skill
/plugin install sipgate-api@sipgate-labs

Manual installation

git clone https://github.com/sipgate/sipgate-labs-api-skill.git
cp -r sipgate-labs-api-skill/skills/sipgate-developer-apis ~/.claude/skills/

Usage

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

Links

About

API skill to help using the sipgate API with agentic coding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors