Skip to content

Commit 8607043

Browse files
authored
Merge pull request #11 from VapiAI/fern/announce-sdks
🌿: document and announce server sdks
2 parents a3cd615 + 04614ae commit 8607043

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

fern/assets/styles.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,13 @@
106106

107107
:is(.dark) #\/api-reference\/webhooks\/client-message\#request h3 + div:first-of-type:before {
108108
color: #f6f5ffb6;
109+
}
110+
111+
:is(.dark) #fern-header .fern-mdx-link {
112+
color: #0008059f;
113+
text-decoration-color: #0008059f;
114+
}
115+
116+
.clipped-background {
117+
top: 0 !important;
109118
}

fern/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ instances:
22
- url: https://vapi.docs.buildwithfern.com
33
# vv uncomment to go live vv
44
# custom-domain: docs.vapi.ai
5+
6+
announcement:
7+
message: "🚀 Vapi now provides server SDKs! Check out the [supported languages](/server-sdks)."
58

69
title: Vapi
710
favicon: static/images/favicon.png
@@ -124,6 +127,8 @@ navigation:
124127
path: sdk/web.mdx
125128
- page: Web Snippet
126129
path: examples/voice-widget.mdx
130+
- page: Server SDKs
131+
path: server-sdks.mdx
127132
- section: Examples
128133
contents:
129134
- page: Outbound Sales

fern/server-sdks.mdx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Server SDKs
3+
subtitle: Put Vapi assistants on every platform.
4+
slug: server-sdks
5+
---
6+
7+
Vapi provides server-side SDKs to help developers quickly integrate and manage voice AI capabilities into their applications. Our SDKs allow seamless interaction with Vapi's API across a wide range of programming languages, ensuring you can choose the stack that best suits your needs.
8+
9+
The SDKs are open source, and available on GitHub:
10+
11+
<CardGroup cols={3}>
12+
<Card title="Vapi Python" icon="fa-brands fa-python" href="https://github.com/VapiAI/server-sdk-python">
13+
Add a Vapi assistant to your Python application.
14+
</Card>
15+
<Card title="Vapi TypeScript" icon="fa-brands fa-js" href="https://github.com/VapiAI/server-sdk-typescript">
16+
Add a Vapi assistant to your TypeScript application.
17+
</Card>
18+
<Card title="Vapi Java" icon="fa-brands fa-java" href="https://github.com/VapiAI/server-sdk-java">
19+
Add a Vapi assistant to your Java application.
20+
</Card>
21+
<Card title="Vapi Ruby" icon="gem" href="https://github.com/VapiAI/server-sdk-ruby">
22+
Add a Vapi assistant to your Ruby application.
23+
</Card>
24+
<Card title="Vapi C#" icon="hexagon" href="https://github.com/VapiAI/server-sdk-csharp">
25+
Add a Vapi assistant to your C#/.NET application.
26+
</Card>
27+
<Card title="Vapi Go" icon="fa-brands fa-golang" href="https://github.com/VapiAI/server-sdk-go">
28+
Add a Vapi assistant to your Go application.
29+
</Card>
30+
</CardGroup>

0 commit comments

Comments
 (0)