Skip to content

Commit 5c013a2

Browse files
authored
Merge branch 'main' into add-mcp-oauth-docs
2 parents a2fd934 + 6328d26 commit 5c013a2

File tree

8 files changed

+124
-91
lines changed

8 files changed

+124
-91
lines changed

docs/articles/who-uses-and-why.md

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@ title: Who uses Zuplo, and why?
33
---
44

55
We have customers ranging in size from 1-person startups to mature, large
6-
enterprises with many 1000s of employees. All enjoy Zuplo's developer
7-
experience, GitOps workflow, support for near unlimited deployments and ease of
8-
extensibility. They also enjoy the built-in analytics and abstraction a gateway
9-
provides as a clean layer of separation in their architecture.
6+
enterprises with many 1000s of employees. Zuplo is SOC2 Type II certified
7+
and you can learn more about our best practices at [trust.zuplo.com](https://trust.zuplo.com).
8+
All of our customers enjoy Zuplo's developer
9+
experience, GitOps workflow, support for unlimited environments, ease of
10+
extensibility, and single pane of glass observability.
1011

11-
There are a number of reasons people decide to use Zuplo:
12+
## Akamai Strategic Partner
13+
14+
Zuplo is sold directly by Akamai as a strategic technology partner for modern API management.
15+
After a careful selection process, Akamai selected Zuplo as it's preferred API management vendor
16+
to be resold to their enterprise customers.
1217

1318
## Enterprise Customers
1419

@@ -21,14 +26,20 @@ There are a number of reasons people decide to use Zuplo:
2126
We have many enterprise customers using Zuplo to manage multiple APIs, some
2227
examples include
2328

29+
- [Yext](https://www.yext.com/) a publically traded company, Yext are the leading digital presence
30+
platform whose customers include Samsung, Ochsner Health, IHG Hotels & Resorts,
31+
FedEx and Five Guys. [Read more about why they chose Zuplo](https://zuplo.com/customers/yext).
2432
- [Blockdaemon](https://blockdaemon.com) - the leading infrastructure provider
2533
for blockchain with an incredible customer list including Goldman Sachs,
26-
Microsoft, Plaid and many more.
27-
- [Imburse Payments](https://imbursepayments.com) part of
28-
[Duck Creek Technologies](https://www.duckcreek.com/) - a leading payments
29-
platform for Insurance companies. See our 🎥 video interview with the Imburse
30-
team here:
31-
[▶️ Why Imburse Payments chose Zuplo as their API Gateway](https://youtu.be/z94pRJE2zfs)
34+
Microsoft, Plaid and many more. [Read more](https://zuplo.com/customers/blockdaemon).
35+
- [Duck Creek Technologies](https://www.duckcreek.com/) - a payments platform that
36+
connects large enterprises, particularly in the insurance sector, to the
37+
global payment ecosystem. [Read more](https://zuplo.com/customers/duck-creek).
38+
- [SmarterX](https://www.smarterx.com/) helps brands and retailers make precise
39+
decisions about regulated consumer products. Their platform, which is built on
40+
eight years of retail and CPG data, simplifies navigation of regulations related to waste, storage,
41+
and transportation, while automating supply chain decisions.
42+
[Read more](https://zuplo.com/customers/smarterx).
3243

3344
## Startup Customers
3445

@@ -44,18 +55,15 @@ Stripe-quality experience in record time. Examples include:
4455
electrification nonprofit, focused on electrifying our homes, businesses, and
4556
communities. We develop accessible, actionable data and tools, and build
4657
coalitions and partnerships to make going electric easier for households and
47-
communities. See our 🎥 video interview with the Rewiring America team here:
48-
[▶️ Tom Carden of Rewiring America on accelerating an API Program with Zuplo](https://youtu.be/wUKLrNIRC_8)
58+
communities. [Read more](https://zuplo.com/customers/rewiring-america).
4959

5060
- [iTicket](https://iticket.co.nz) - New Zealand's largest ticketing provider,
5161
leading a revolution against customers being held to ransom when buying event
52-
tickets. See our 🎥 video interview with the iTicket team here:
53-
[▶️ Azure API Management alternative - why iTicket chose Zuplo instead](https://youtu.be/ZWS4x4pwyuo)
62+
tickets. [Read more](https://zuplo.com/customers/iticket).
5463

5564
- [Common Paper](https://commonpaper.com) - YC-backed startup looking to make
5665
contracts as clear and programmable as APIs, built on open-source standards.
57-
See our 🎥 video interview with the iTicket team here:
58-
[▶️ How Common Paper shipped their API _fast_](https://youtu.be/1rAxJFVXU84)
66+
[Read more](https://zuplo.com/customers/common-paper).
5967

6068
_Are you a YC startup looking to build an enterprise-grade API quickly_?
6169
[Inquire](mailto:[email protected]) about our special YCombinator discount

docs/legacy/dev-portal/dev-portal-adding-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Custom Pages
2+
title: Adding Custom Pages
33
description:
44
Learn how to add and configure custom pages in your LEGACY Zuplo developer
55
portal, including editing markdown, previewing changes, and managing sidebar
File renamed without changes.

package-lock.json

Lines changed: 67 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"posthog-js": "^1.249.0",
3333
"react": "^19.0.0",
3434
"react-dom": "^19.0.0",
35-
"zudoku": "^0.53.6"
35+
"zudoku": "^0.55.0"
3636
},
3737
"devDependencies": {
3838
"@types/json-schema": "7.0.15",

sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ export const docs: Navigation = [
324324
export const programming: Navigation = [
325325
{
326326
type: "doc",
327-
file: "programmable-api/index",
327+
file: "programmable-api/overview",
328328
label: "Overview",
329329
},
330330

sidebar.zudoku.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
"icon": "settings",
66
"link": "dev-portal/zudoku/configuration/overview",
77
"items": [
8+
"dev-portal/zudoku/configuration/docs",
9+
"dev-portal/zudoku/configuration/navigation",
10+
"dev-portal/zudoku/configuration/site",
811
"dev-portal/zudoku/customization/colors-theme",
912
"dev-portal/zudoku/customization/fonts",
10-
"dev-portal/zudoku/configuration/navigation",
1113
"dev-portal/zudoku/configuration/search",
12-
"dev-portal/zudoku/configuration/site",
1314
"dev-portal/zudoku/configuration/footer"
1415
]
1516
},
@@ -40,7 +41,12 @@
4041
"label": "Authentication",
4142
"icon": "lock",
4243
"items": [
43-
"dev-portal/zudoku/configuration/authentication"
44+
"dev-portal/zudoku/configuration/authentication",
45+
"dev-portal/zudoku/configuration/authentication-auth0",
46+
"dev-portal/zudoku/configuration/authentication-clerk",
47+
"dev-portal/zudoku/configuration/authentication-azure-ad",
48+
"dev-portal/zudoku/configuration/authentication-pingfederate",
49+
"dev-portal/zudoku/configuration/authentication-supabase"
4450
]
4551
},
4652
{

0 commit comments

Comments
 (0)