> For the complete documentation index, see [llms.txt](https://help.sipgate.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sipgate.de/cloud-telefonanlage/en/connections-and-integrations/api.md).

# API

- [What changes with the new system in the sipgate REST API and sipgate.io?](https://help.sipgate.de/cloud-telefonanlage/en/connections-and-integrations/api/was-aendert-sich-mit-dem-neuen-system-in-der-sipgate-rest-api-und-bei-sipgateio.md): An overview of all changes to the sipgate REST API and sipgate.io after the switch to the new sipgate Neo system.
- [What is the sipgate API and what functions does it offer?](https://help.sipgate.de/cloud-telefonanlage/en/connections-and-integrations/api/was-ist-die-sipgate-api-und-welche-funktionen-bietet-sie.md): Overview of the sipgate API – control functions such as calls, SMS, fax, voicemails, and event lists via the interface.
- [What API offerings does sipgate provide?](https://help.sipgate.de/cloud-telefonanlage/en/connections-and-integrations/api/welche-api-angebote-bietet-sipgate-an.md): Overview of the sipgate REST API and Push API – features, pricing, and possible uses for your telephony.
- [How can I manage API clients and webhooks?](https://help.sipgate.de/cloud-telefonanlage/en/connections-and-integrations/api/wie-kann-ich-api-clients-und-webhooks-verwalten.md): Guide to managing OAuth2 API clients and sipgate.io webhook server addresses in the API console.
- [What is authentication using a Personal Access Token?](https://help.sipgate.de/cloud-telefonanlage/en/connections-and-integrations/api/was-ist-die-authentifizierung-mittels-eines-personal-access-tokens.md): Learn how to create and manage Personal Access Tokens for secure authentication with the sipgate REST API.
- [How do I send SMS with the sipgate API?](https://help.sipgate.de/cloud-telefonanlage/en/connections-and-integrations/api/wie-versende-ich-sms-mit-der-sipgate-api.md): Guide to sending SMS via the sipgate REST API, including character limit and sender number verification.
- [What is sipgate.io?](https://help.sipgate.de/cloud-telefonanlage/en/connections-and-integrations/api/was-ist-sipgateio.md): Overview of sipgate.io – the APIs for SMS, fax, call control, and CRM integration.
- [What is the difference between sipgate API and sipgate.io?](https://help.sipgate.de/cloud-telefonanlage/en/connections-and-integrations/api/was-ist-der-unterschied-zwischen-sipgate-api-und-sipgateio.md): Learn the difference between the sipgate REST API and the Push API, as well as their use cases and costs.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.sipgate.de/cloud-telefonanlage/en/connections-and-integrations/api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
