Zuplo logo

Zuplo

Zuplo is the API management platform for developers. Build, deploy, and scale APIs faster with Zuplo.

1 APIs 0 Features
AI GatewayAPI ManagementGatewaysPlatform

APIs

Zuplo Developer API

The Zuplo Developer API (ZAPI) enables developers to programmatically manage API keys, consumers, buckets, tunnels, deployments, metering, audit logs, and more. It is used to pe...

Semantic Vocabularies

Zuplo Context

27 classes · 0 properties

JSON-LD

API Governance Rules

Zuplo API Rules

9 rules · 2 errors 6 warnings 1 info

SPECTRAL

Resources

🔗
PostmanWorkspace
PostmanWorkspace
🔗
ArazzoWorkflows
ArazzoWorkflows
🔗
Documentation
Documentation
💰
Pricing
Pricing
📰
Blog
Blog
🔗
Login
Login
📝
SignUp
SignUp
💬
Support
Support
🔗
Customers
Customers
📄
ChangeLog
ChangeLog
🔗
About
About
🟢
StatusPage
StatusPage
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
🔗
Security
Security
🔗
Trust
Trust
🚀
GettingStarted
GettingStarted
🔗
LearningCenter
LearningCenter
🌐
DeveloperPortal
DeveloperPortal
🔗
APIManagement
APIManagement
🔗
RateLimiting
RateLimiting
🔗
APIKeyManagement
APIKeyManagement
🔗
Monetization
Monetization
🔗
APISecurity
APISecurity
🔗
Governance
Governance
🔗
OpenAPI
OpenAPI
🔗
GitOps
GitOps
🔗
MultiCloud
MultiCloud
🔗
Environments
Environments
🔗
SelfService
SelfService
🔗
AIGateway
AIGateway
🔗
MCPServers
MCPServers
👥
GitHub
GitHub
👥
GitHubRepo
GitHubRepo
👥
GitHubRepo
GitHubRepo
👥
GitHubRepo
GitHubRepo
🔗
X
X
🔗
LinkedIn
LinkedIn
🔗
Discord
Discord
🔗
Careers
Careers
🔗
HelpCenter
HelpCenter
🔗
Overview
Overview
🔗
LLMsTxt
LLMsTxt

Sources

Raw ↑
aid: zuplo
url: https://raw.githubusercontent.com/api-evangelist/zuplo/refs/heads/main/apis.yml
apis:
  - aid: zuplo:zuplo
    name: Zuplo Developer API
    tags:
      - API Keys
      - API Management
      - Gateways
    baseURL: https://dev.zuplo.com
    humanURL: https://zuplo.com/docs/articles/developer-api
    properties:
      - url: https://zuplo.com/docs/articles/developer-api
        type: Documentation
      - url: https://zuplo.com/docs/api
        type: APIReference
      - url: https://zuplo.com/docs/api/~endpoints
        type: APIEndpoints
      - url: openapi/zuplo-openapi.yml
        type: OpenAPI
      - url: rules/zuplo-rules.yml
        type: SpectralRules
      - url: json-schema/zuplo-api-key-schema.json
        type: JSONSchema
      - url: json-schema/zuplo-consumer-schema.json
        type: JSONSchema
      - url: json-schema/zuplo-tunnel-schema.json
        type: JSONSchema
      - url: json-schema/zuplo-deployment-schema.json
        type: JSONSchema
      - url: json-ld/zuplo-context.jsonld
        type: JSONLDContext
      - url: vocabulary/zuplo-vocabulary.yml
        type: Vocabulary
      - url: https://zuplo.com/docs/articles/api-key-api
        type: GettingStarted
    description: >-
      The Zuplo Developer API (ZAPI) enables developers to programmatically manage API keys, consumers, buckets,
      tunnels, deployments, metering, audit logs, and more. It is used to perform management actions on your Zuplo
      account and integrations.
name: Zuplo
tags:
  - AI Gateway
  - API Management
  - Gateways
  - Platform
type: Index
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
access: 3rd-Party
common:
  - type: PostmanWorkspace
    url: https://www.postman.com/kinlaneapi/zuplo/overview
  - type: ArazzoWorkflows
    url: arazzo/
    workflows:
      - url: arazzo/zuplo-add-consumer-manager-workflow.yml
        name: Zuplo Add a Manager to a Consumer
        summary: Create a consumer, add a manager to it, then list the consumer's managers.
      - url: arazzo/zuplo-bulk-issue-consumer-keys-workflow.yml
        name: Zuplo Bulk-Issue API Keys to a Consumer
        summary: Create a consumer, bulk-create multiple API keys for it, then list the keys.
      - url: arazzo/zuplo-create-consumer-and-key-workflow.yml
        name: Zuplo Create a Consumer and Issue an API Key
        summary: Create a consumer in an existing bucket, issue an API key, then read the key back.
      - url: arazzo/zuplo-deactivate-consumer-key-workflow.yml
        name: Zuplo Deactivate a Consumer's API Key
        summary: List a consumer's keys, find one, and delete it to revoke access.
      - url: arazzo/zuplo-discover-account-and-buckets-workflow.yml
        name: Zuplo Discover Account and List Its Buckets
        summary: Resolve the account name from the API key, then list that account's API key buckets.
      - url: arazzo/zuplo-find-and-update-bucket-workflow.yml
        name: Zuplo Find and Update an API Key Bucket
        summary: List the account's buckets, confirm a match exists, update one, and read it back.
      - url: arazzo/zuplo-find-consumer-update-metadata-workflow.yml
        name: Zuplo Find a Consumer and Update Its Metadata
        summary: List consumers in a bucket, find a match by name, update its metadata, and read it back.
      - url: arazzo/zuplo-find-then-delete-consumer-workflow.yml
        name: Zuplo Find and Delete a Consumer
        summary: List consumers in a bucket, confirm a match exists, and delete the consumer.
      - url: arazzo/zuplo-map-custom-domain-workflow.yml
        name: Zuplo Map a Custom Domain to a Deployment
        summary: Create a custom domain for a deployment and list the account's domains to confirm it.
      - url: arazzo/zuplo-onboard-consumer-with-key-workflow.yml
        name: Zuplo Onboard a Consumer With an API Key
        summary: Create a bucket, create a consumer with an API key, and list the consumer's keys.
      - url: arazzo/zuplo-provision-api-key-bucket-workflow.yml
        name: Zuplo Provision an API Key Bucket
        summary: Create a new API key bucket and read it back to confirm it exists.
      - url: arazzo/zuplo-provision-tunnel-workflow.yml
        name: Zuplo Provision a Secure Tunnel
        summary: Create a tunnel and read it back to retrieve the connection token.
      - url: arazzo/zuplo-redeploy-project-deployment-workflow.yml
        name: Zuplo Inspect and Redeploy a Project Deployment
        summary: List a project's deployments, read the live deployment detail, then trigger a redeploy.
      - url: arazzo/zuplo-repoint-custom-domain-workflow.yml
        name: Zuplo Repoint a Custom Domain to a New Deployment
        summary: List custom domains, confirm one exists, and update it to a new deployment.
      - url: arazzo/zuplo-rotate-consumer-key-workflow.yml
        name: Zuplo Rotate a Consumer's API Keys
        summary: Read a consumer, roll its keys to set an expiration and issue a fresh key, then list the keys.
      - url: arazzo/zuplo-rotate-tunnel-token-workflow.yml
        name: Zuplo Rotate a Tunnel Token
        summary: Read a tunnel to confirm it exists, then rotate its connection token.
      - url: arazzo/zuplo-set-variable-and-redeploy-workflow.yml
        name: Zuplo Set an Environment Variable and Redeploy
        summary: Create a branch variable, list the project's deployments, and redeploy so the variable takes effect.
      - url: arazzo/zuplo-update-variable-and-redeploy-workflow.yml
        name: Zuplo Update an Environment Variable and Redeploy
        summary: Update an existing branch variable value, find the deployment, and redeploy it.
  - url: https://zuplo.com/docs/articles/what-is-zuplo
    name: What is Zuplo? - Zuplo Docs
    type: Documentation
    description: 'null'
  - url: https://zuplo.com/pricing
    name: Affordable Plans for Every Team | Zuplo
    type: Pricing
    description: 'null'
  - url: https://zuplo.com/blog
    name: Zuplo Blog - Articles on API Development and Best Practices
    type: Blog
    description: 'null'
  - url: https://auth.zuplo.com/u/login/identifier
    name: Log in | Zuplo
    type: Login
    description: 'null'
  - url: https://auth.zuplo.com/u/signup/identifier
    name: Log in | Zuplo
    type: SignUp
    description: 'null'
  - url: https://zuplo.com/docs/articles/support
    name: Support - Zuplo Docs
    type: Support
    description: 'null'
  - url: https://zuplo.com/resources
    name: Zuplo Resources
    type: Customers
    description: 'null'
  - url: https://zuplo.com/changelog
    name: Zuplo Changelog - Latest platform updates and new features
    type: ChangeLog
    description: 'null'
  - url: https://zuplo.com/integrations
    name: Zuplo Integrations
    type: Integrations
    description: 'null'
  - url: https://zuplo.com/about
    name: About Zuplo
    type: About
    description: 'null'
  - url: https://status.zuplo.com/
    name: Zuplo Status
    type: StatusPage
    description: 'null'
  - url: https://zuplo.com/legal/privacy-policy
    name: Privacy Policy - Zuplo
    type: PrivacyPolicy
    description: 'null'
  - url: https://zuplo.com/legal/terms
    name: Terms of Service - Zuplo
    type: TermsOfService
    description: 'null'
  - url: https://zuplo.com/legal/security-policy
    name: Security Policies - Zuplo
    type: Security
    description: 'null'
  - url: https://trust.zuplo.com/
    name: Trust Center - Zuplo
    type: Trust
    description: 'null'
  - url: https://zuplo.com/docs
    name: Zuplo Docs
    type: GettingStarted
    description: 'null'
  - url: https://zuplo.com/learning-center
    name: Zuplo Learning Center
    type: LearningCenter
    description: 'null'
  - url: https://zuplo.com/features/developer-portal
    name: API Developer Portal - Zuplo
    type: DeveloperPortal
    description: 'null'
  - url: https://zuplo.com/features/api-management
    name: API Management - Zuplo
    type: APIManagement
    description: 'null'
  - url: https://zuplo.com/features/programmable
    name: Programmable API Gateway - Zuplo
    type: Features
    description: 'null'
  - url: https://zuplo.com/features/rate-limiting
    name: API Rate Limiting - Zuplo
    type: RateLimiting
    description: 'null'
  - url: https://zuplo.com/features/api-key-management
    name: API Key Management - Zuplo
    type: APIKeyManagement
    description: 'null'
  - url: https://zuplo.com/features/api-monetization
    name: API Monetization - Zuplo
    type: Monetization
    description: 'null'
  - url: https://zuplo.com/features/api-security
    name: API Security - Zuplo
    type: APISecurity
    description: 'null'
  - url: https://zuplo.com/features/api-governance
    name: API Governance - Zuplo
    type: Governance
    description: 'null'
  - url: https://zuplo.com/features/open-api
    name: OpenAPI Native API Gateway - Zuplo
    type: OpenAPI
    description: 'null'
  - url: https://zuplo.com/features/gitops
    name: GitOps - Zuplo
    type: GitOps
    description: 'null'
  - url: https://zuplo.com/features/multi-cloud
    name: Multi-cloud API Gateway - Zuplo
    type: MultiCloud
    description: 'null'
  - url: https://zuplo.com/features/unlimited-environments
    name: Unlimited API Development Environments - Zuplo
    type: Environments
    description: 'null'
  - url: https://zuplo.com/features/self-serve-devx
    name: Self-Serve DevX - Zuplo
    type: SelfService
    description: 'null'
  - url: https://zuplo.com/features/ai-gateway
    name: AI Gateway - Zuplo
    type: AIGateway
    description: 'null'
  - url: https://zuplo.com/mcp-servers
    name: Zuplo MCP Servers
    type: MCPServers
    description: 'null'
  - url: https://github.com/zuplo
    name: Zuplo GitHub Organization
    type: GitHub
    description: 'null'
  - url: https://github.com/zuplo/zuplo
    name: Zuplo GitHub Repository
    type: GitHubRepo
    description: 'null'
  - url: https://github.com/zuplo/zudoku
    name: Zudoku - API Documentation Framework
    type: GitHubRepo
    description: 'null'
  - url: https://github.com/zuplo/rate-my-openapi
    name: Rate My OpenAPI
    type: GitHubRepo
    description: 'null'
  - url: https://x.com/zuplo
    name: Zuplo on X
    type: X
    description: 'null'
  - url: https://www.linkedin.com/company/zuplo
    name: Zuplo on LinkedIn
    type: LinkedIn
    description: 'null'
  - url: https://discord.com/invite/stPRhjbA55
    name: Zuplo Discord Community
    type: Discord
    description: 'null'
  - url: https://zuplo.com/careers
    name: Careers at Zuplo
    type: Careers
    description: 'null'
  - url: https://zuplo.com/support
    name: Zuplo Support & Help Center
    type: HelpCenter
    description: 'null'
  - url: https://zuplo.com/api-management
    name: Zuplo API Management Overview
    type: Overview
    description: 'null'
  - type: LLMsTxt
    url: https://zuplo.com/llms.txt
created: '2025-01-08'
modified: '2026-05-19'
position: Consumer
segments:
  - Gateways
description: Zuplo is the API management platform for developers. Build, deploy, and scale APIs faster with Zuplo.
integrations:
  - name: Zuplo
  - name: GitHub
  - name: GitLab
  - name: Bitbucket
  - name: Auth0
  - name: Clerk
  - name: Firebase
  - name: Supabase
  - name: Okta
  - name: AWS Cognito
  - name: Curity
  - name: Okta FGA
  - name: Axiomatics
  - name: VMware Log Insight
  - name: Datadog
  - name: Dynatrace
  - name: New Relic
  - name: Splunk
  - name: GCP Logging
  - name: AWS CloudWatch
  - name: Grafana Loki
  - name: Sumo Logic
  - name: Moesif
  - name: Datadog Metrics
  - name: Dynatrace Metrics
  - name: New Relic Metrics
  - name: Cloudflare WAF
  - name: Fastly WAF
  - name: AWS WAF
  - name: Akamai
  - name: Stripe
  - name: Amberflo
  - name: Propel
  - name: SOC 2 Type 2
  - name: G2 High Performer
  - name: G2 Momentum Leader
  - name: G2 Best ROI
  - name: G2 Easiest To Use
  - name: G2 Fastest Implementation
maintainers:
  - FN: Kin Lane
    email: kin@apievangelist.com
specificationVersion: '0.19'