> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vatis.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Vatis Streams API reference

Vatis Streams API is a RESTful API that aims to provide a simple and easy way to interact with the Vatis Streams platform.
The API is built using the OpenAPI specification and is available for public use.

## Examples

Explore our [GitHub samples repository](https://github.com/Vatis-Tech/vatis-streams-samples) to find examples for the programming languages and the use-case that fits you best.

## Swagger docs

Feel free to check out the Swagger documentation for each individual service in out infrastructure

<CardGroup>
  <Card title="Schemas" icon="code" href="https://schema.vatis.tech/swagger-ui/index.html" />

  <Card title="Stream configuiration service" icon="code" href="https://stream-configuration-service.vatis.tech/swagger-ui/index.html" />

  <Card title="Stream service" icon="code" href="https://stream-service.vatis.tech/swagger-ui/index.html" />

  <Card title="Egress service" icon="code" href="https://egress-service.vatis.tech/swagger-ui/index.html" />

  <Card title="HTTP Gateway" icon="code" href="https://http-gateway.vatis.tech/swagger-ui/index.html" />

  <Card title="WS Gateway" icon="code" href="https://studio.asyncapi.com/?url=https://ws-gateway.vatis.tech/springwolf/docs&readOnly" />

  <Card title="Notification service" icon="code" href="https://notification-service.vatis.tech/swagger-ui/index.html" />

  <Card title="Export service" icon="code" href="https://export-service.vatis.tech/swagger-ui/index.html" />
</CardGroup>
