HashiCorp Cloud Platform website screenshot

HashiCorp Cloud Platform

HashiCorp Cloud Platform (HCP) is a fully managed platform for HashiCorp products including Vault, Consul, Packer, Boundary, Waypoint, and Terraform. HCP provides a unified set of APIs for managing infrastructure, secrets, service networking, and image pipelines across cloud and on-premises environments.

5 APIs 0 Features
CloudInfrastructureDevOpsSecrets ManagementService NetworkingFortune 1000

APIs

HCP Vault Secrets API

The HCP Vault Secrets API enables programmatic management of applications, secrets, and integrations within HashiCorp Cloud Platform Vault Secrets, a multi-tenant secrets manage...

HCP Packer API

The HCP Packer API provides programmatic access to manage image buckets, channels, and iterations, enabling automated image pipelines and golden image management across cloud pr...

HCP Consul API

The HCP Consul API enables management of HCP Consul clusters, including provisioning, scaling, and federation for service networking and service mesh deployments.

HCP Boundary API

The HCP Boundary API provides programmatic access to identity-based secure remote access for managing users, hosts, sessions, and access policies in HashiCorp Cloud Platform Bou...

HCP Waypoint API

The HCP Waypoint API enables programmatic management of application templates, add-ons, and deployment workflows for delivering golden patterns to developer teams.

Collections

Pricing Plans

Hcp Plans Pricing

6 plans

PLANS

Rate Limits

Hcp Rate Limits

4 limits

RATE LIMITS

FinOps

Hcp Finops

FINOPS

Press

Charter HCP Announces Direct Investment Focus on ...

2026-05-25

Press

2026-05-25

Designing Omnichannel Strategies to Drive HCP Behavior ...

2026-05-25

Charter HCP Announces Direct Investment Focus on Financial ...

2026-05-25

Charter HCP Announces Direct Investment Focus on ...

2026-05-25

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
Website
Website
🔗
Developer
Developer
🔗
Documentation
Documentation
🔗
API Documentation
API Documentation
🟢
StatusPage
StatusPage

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: HCP Vault Secrets API
  version: '2023-11-28'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Apps
    type: folder
  items:
  - info:
      name: List applications
      type: http
    http:
      method: GET
      url: https://api.cloud.hashicorp.com/secrets/2023-11-28/organizations/:org_id/projects/:project_id/apps
      params:
      - name: org_id
        value: ''
        type: path
      - name: project_id
        value: ''
        type: path
    docs: List applications
  - info:
      name: Create application
      type: http
    http:
      method: POST
      url: https://api.cloud.hashicorp.com/secrets/2023-11-28/organizations/:org_id/projects/:project_id/apps
      params:
      - name: org_id
        value: ''
        type: path
      - name: project_id
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Create application
- info:
    name: Secrets
    type: folder
  items:
  - info:
      name: List secrets
      type: http
    http:
      method: GET
      url: https://api.cloud.hashicorp.com/secrets/2023-11-28/organizations/:org_id/projects/:project_id/apps/:app_name/secrets
      params:
      - name: org_id
        value: ''
        type: path
      - name: project_id
        value: ''
        type: path
      - name: app_name
        value: ''
        type: path
    docs: List secrets
  - info:
      name: Get secret
      type: http
    http:
      method: GET
      url: https://api.cloud.hashicorp.com/secrets/2023-11-28/organizations/:org_id/projects/:project_id/apps/:app_name/secrets/:name
      params:
      - name: org_id
        value: ''
        type: path
      - name: project_id
        value: ''
        type: path
      - name: app_name
        value: ''
        type: path
      - name: name
        value: ''
        type: path
    docs: Get secret
  - info:
      name: Delete secret
      type: http
    http:
      method: DELETE
      url: https://api.cloud.hashicorp.com/secrets/2023-11-28/organizations/:org_id/projects/:project_id/apps/:app_name/secrets/:name
      params:
      - name: org_id
        value: ''
        type: path
      - name: project_id
        value: ''
        type: path
      - name: app_name
        value: ''
        type: path
      - name: name
        value: ''
        type: path
    docs: Delete secret
  - info:
      name: Open (read) a secret value
      type: http
    http:
      method: GET
      url: https://api.cloud.hashicorp.com/secrets/2023-11-28/organizations/:org_id/projects/:project_id/apps/:app_name/secrets/:name:open
      params:
      - name: org_id
        value: ''
        type: path
      - name: project_id
        value: ''
        type: path
      - name: app_name
        value: ''
        type: path
      - name: name
        value: ''
        type: path
    docs: Open (read) a secret value
- info:
    name: Integrations
    type: folder
  items:
  - info:
      name: List integrations
      type: http
    http:
      method: GET
      url: https://api.cloud.hashicorp.com/secrets/2023-11-28/organizations/:org_id/projects/:project_id/integrations
      params:
      - name: org_id
        value: ''
        type: path
      - name: project_id
        value: ''
        type: path
    docs: List integrations
- info:
    name: Sync
    type: folder
  items:
  - info:
      name: List syncs
      type: http
    http:
      method: GET
      url: https://api.cloud.hashicorp.com/secrets/2023-11-28/organizations/:org_id/projects/:project_id/syncs
      params:
      - name: org_id
        value: ''
        type: path
      - name: project_id
        value: ''
        type: path
    docs: List syncs
- info:
    name: Gateway
    type: folder
  items:
  - info:
      name: List gateway pools
      type: http
    http:
      method: GET
      url: https://api.cloud.hashicorp.com/secrets/2023-11-28/organizations/:org_id/projects/:project_id/gateway-pools
      params:
      - name: org_id
        value: ''
        type: path
      - name: project_id
        value: ''
        type: path
    docs: List gateway pools
bundled: true