Home
Providers
Cloud Foundry
Cloud Foundry
Cloud Foundry is an open-source, multi-cloud Platform as a Service (PaaS) governed by the Cloud Foundry Foundation. It provides a developer-friendly application platform where operators push source code or container images and Cloud Foundry handles staging, routing, scaling, and lifecycle management. The CF API (api.cloudfoundry.org) is the primary control plane and is documented at v3.cloudfoundry.org/version/release-candidate. The ecosystem also includes the User Account and Authentication (UAA) OAuth 2.0 server, the Loggregator log and metric pipeline, the Diego container scheduler, the Open Service Broker API for marketplace services, and the Eirini Kubernetes-based scheduler.
Cloud Foundry publishes 11 APIs on the APIs.io network, including Cloud Controller API v3, Open Service Broker API, Apps API, and 8 more. Tagged areas include Cloud Foundry Foundation, Containers, Multi-Cloud, Open-Source, and Platform-as-a-Service.
The Cloud Foundry catalog on APIs.io includes 1 event-driven AsyncAPI specification, 1 JSON-LD context, and 1 Spectral governance ruleset.
Cloud Foundry’s developer surface includes authentication, documentation, GitHub presence, engineering blog, API reference, getting-started guide, support, and 36 more developer resources.
1 APIs
On this page
Kin Score
APIs 14
Open Collections 10
Pricing Plans 1
Rate Limits 1
Event Specs 1
Vocabularies 1
Spectral Rules 1
Security Posture 3
Scopes 1
Agentic Access 1
Resources 43
apis.yml
37 Operational Transparency
11 Create-or-Update Ergonomics
Composite quality — 56.2/100 · strong
Agent readiness — 38/100 · agent ready
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 14
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Scroll for all 10
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
AsyncAPI definitions for this provider's event-driven and streaming APIs.
JSON-LD contexts and semantic vocabularies used across these APIs.
Spectral governance rulesets for linting and validating these APIs.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
OAuth scopes governing access to this provider's APIs.
Recommended x-agentic-access execution contracts for AI agents.
Get Started 2
Portal, sign-up, and the first successful call
Documentation 2
Reference material describing how the API behaves
Agent Surfaces 3
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 7
Pagination, idempotency, versioning, errors, and events
Scroll for all 7
Build 7
SDKs, sample code, and the tooling you integrate with
Scroll for all 7
Access & Security 5
Authentication, authorization, and security posture
Operate 6
Status, limits, changes, and where to get help
Commercial 3
Pricing, plans, and the legal terms of use
Company 3
The organization behind the API
Other 5
Properties that don't map to a standard resource type
Source (apis.yml)
aid: cloud-foundry
name: Cloud Foundry
description: Cloud Foundry is an open-source, multi-cloud Platform as a Service (PaaS) governed by the Cloud Foundry Foundation.
It provides a developer-friendly application platform where operators push source code or container images and Cloud Foundry
handles staging, routing, scaling, and lifecycle management. The CF API (api.cloudfoundry.org) is the primary control plane
and is documented at v3.cloudfoundry.org/version/release-candidate. The ecosystem also includes the User Account and Authentication
(UAA) OAuth 2.0 server, the Loggregator log and metric pipeline, the Diego container scheduler, the Open Service Broker
API for marketplace services, and the Eirini Kubernetes-based scheduler.
type: Index
deliveryModel:
model: unknown
open_source: false
commercial: false
callable_host: true
label: Delivery model not determined — needs a product licence on record
confidence: low
source:
- openapi
generated: '2026-08-28'
method: derived
accessModel:
pricing: unknown
onboarding: unknown
trial: false
try_now: false
public: false
label: Unknown
confidence: low
source:
- authentication
- security
generated: '2026-09-03'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/cloud-foundry.png
url: https://raw.githubusercontent.com/api-evangelist/cloud-foundry/refs/heads/main/apis.yml
created: '2024-01-01'
modified: '2026-09-05'
specificationVersion: '0.23'
kind: opensource
tags:
- Cloud Foundry Foundation
- Containers
- Multi-Cloud
- Open-Source
- Platform-as-a-Service
- Platform
tags_raw:
- Cloud Foundry Foundation
- Containers
- Multi-Cloud
- Open Source
- PaaS
- Platform
apis:
- aid: cloud-foundry:capi-v3
name: Cloud Foundry Cloud Controller API v3
description: The Cloud Controller API (CAPI) v3 is the primary control plane of Cloud Foundry. It manages apps, packages,
droplets, builds, deployments, processes, tasks, revisions, routes, domains, organizations, spaces, roles, security groups,
service brokers, offerings, plans, instances and credential bindings. The Cloud Foundry Foundation publishes a machine-readable
OpenAPI 3.1 description of the surface from the cf-openapi project (158 paths / 248 operations), rendered at cloudfoundry.github.io/cf-openapi.
Requests authenticate with OAuth 2.0 bearer tokens issued by the UAA server; there is no single public host because every
Cloud Foundry foundation is self-hosted at its own api.<system-domain>.
humanURL: https://v3-apidocs.cloudfoundry.org/
baseURL: https://api.{system-domain}
tags:
- Cloud Foundry Cloud Controller API V3
- Application
- Deployment
- Organization
- Spaces
- Service Instances
tags_raw:
- CAPI
- Cloud Controller
- Apps
- Deployments
- Organizations
- Spaces
- Service Instances
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
properties:
- type: OpenAPI
url: openapi/cloud-foundry-capi-v3-openapi.yaml
- type: APIReference
url: https://v3-apidocs.cloudfoundry.org/
- type: Documentation
url: https://docs.cloudfoundry.org/
- type: Source Code
url: https://github.com/cloudfoundry/cloud_controller_ng
- type: Specification
url: https://github.com/cloudfoundry/cf-openapi
- type: Reference
url: https://cloudfoundry.github.io/cf-openapi/
- aid: cloud-foundry:uaa
name: Cloud Foundry UAA
tags:
- Authentication
- Identity
- Security
tags_raw:
- Authentication
- Identity
- OAuth 2.0
- Security
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://docs.cloudfoundry.org/uaa/
baseURL: https://uaa.{system-domain}
properties:
- url: https://docs.cloudfoundry.org/uaa/
type: Documentation
- url: https://github.com/cloudfoundry/uaa
type: Source Code
- url: https://docs.cloudfoundry.org/api/uaa/
type: Reference
description: The User Account and Authentication (UAA) server is Cloud Foundry's identity provider and OAuth 2.0 authorization
server. It issues tokens consumed by the Cloud Controller, brokers, and operator tooling, and supports SAML and LDAP federation,
multifactor authentication, and SCIM-style user and group management.
- aid: cloud-foundry:loggregator
name: Cloud Foundry Loggregator
tags:
- Logs
- Metrics
- Observability
- Streaming
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://docs.cloudfoundry.org/loggregator/architecture.html
baseURL: https://log-cache.{system-domain}
properties:
- url: https://docs.cloudfoundry.org/loggregator/architecture.html
type: Documentation
- url: https://github.com/cloudfoundry/loggregator-release
type: Source Code
- type: Protobuf
url: grpc/cloud-foundry-loggregator-v2-egress.proto
- type: Protobuf
url: grpc/cloud-foundry-loggregator-v2-envelope.proto
- type: Protobuf
url: grpc/cloud-foundry-loggregator-v2-ingress.proto
- type: Protobuf
url: grpc/cloud-foundry-log-cache-v1-egress.proto
- type: Protobuf
url: grpc/cloud-foundry-log-cache-v1-ingress.proto
- type: Protobuf
url: grpc/cloud-foundry-log-cache-v1-orchestration.proto
- type: Protobuf
url: grpc/cloud-foundry-log-cache-v1-promql.proto
description: Loggregator is Cloud Foundry's distributed log and metric pipeline that aggregates application logs, platform
component logs, and metrics for streaming consumption by users and external sinks. It exposes a WebSocket Firehose, a
v2 gRPC egress API, and the Reverse Log Proxy.
- aid: cloud-foundry:open-service-broker-api
name: Open Service Broker API
tags:
- Marketplace
- Open Standard
- Service Broker
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://www.openservicebrokerapi.org/
baseURL: https://{broker-host}
properties:
- url: https://www.openservicebrokerapi.org/
type: Documentation
- url: https://github.com/openservicebrokerapi/servicebroker
type: Specification
- type: OpenAPI
url: openapi/cloud-foundry-open-service-broker-api-openapi.yaml
description: The Open Service Broker API is the open specification originally developed by Cloud Foundry and now used by
Kubernetes and other platforms to provision and manage backing services through a common HTTP interface. Brokers expose
a catalog and lifecycle operations for service instances and bindings.
- aid: cloud-foundry:bosh
name: BOSH Director API
tags:
- Deployment
- Infrastructure
- Lifecycle
- Releases
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://bosh.io/docs/director-api-v1/
baseURL: https://{director-host}:25555
properties:
- url: https://bosh.io/docs/director-api-v1/
type: Documentation
- url: https://github.com/cloudfoundry/bosh
type: Source Code
description: BOSH is Cloud Foundry's release engineering tool for packaging, deploying, and managing distributed software.
The BOSH Director API exposes deployment, stemcell, release, task, and VM lifecycle operations used by operators and CI
tooling to manage Cloud Foundry itself and the workloads it depends on.
- aid: cloud-foundry:cloud-foundry-apps-api
name: Cloud Foundry Apps API
description: The Apps API from Cloud Foundry — 4 operation(s) for apps.
humanURL: https://v3-apidocs.cloudfoundry.org/
baseURL: https://api.{system-domain}
tags:
- Application
tags_raw:
- Apps
properties:
- type: OpenAPI
url: openapi/cloud-foundry-apps-api-openapi.yml
- type: PostmanCollection
url: collections/cloud-foundry-apps-api.postman_collection.json
- type: OpenCollection
url: collections/cloud-foundry-apps-api.opencollection.json
- type: Documentation
url: https://v3-apidocs.cloudfoundry.org/
- type: Source Code
url: https://github.com/cloudfoundry/cloud_controller_ng
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
- aid: cloud-foundry:cloud-foundry-builds-api
name: Cloud Foundry Builds API
description: The Builds API from Cloud Foundry — 1 operation(s) for builds.
humanURL: https://v3-apidocs.cloudfoundry.org/
baseURL: https://api.{system-domain}
tags:
- Builds
properties:
- type: OpenAPI
url: openapi/cloud-foundry-builds-api-openapi.yml
- type: PostmanCollection
url: collections/cloud-foundry-builds-api.postman_collection.json
- type: OpenCollection
url: collections/cloud-foundry-builds-api.opencollection.json
- type: Documentation
url: https://v3-apidocs.cloudfoundry.org/
- type: Source Code
url: https://github.com/cloudfoundry/cloud_controller_ng
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
- aid: cloud-foundry:cloud-foundry-cloud-foundry-cloud-controller-api-v3-api
name: Cloud Foundry Cloud Foundry Cloud Controller API V3 API
description: The Cloud Foundry Cloud Controller API V3 API from Cloud Foundry — 2 operation(s) for cloud foundry cloud controller
api v3.
humanURL: https://v3-apidocs.cloudfoundry.org/
baseURL: https://api.{system-domain}
tags:
- Cloud Foundry Cloud Controller API V3
properties:
- type: OpenAPI
url: openapi/cloud-foundry-cloud-foundry-cloud-controller-api-v3-api-openapi.yml
- type: PostmanCollection
url: collections/cloud-foundry-cloud-foundry-cloud-controller-api-v3-api.postman_collection.json
- type: OpenCollection
url: collections/cloud-foundry-cloud-foundry-cloud-controller-api-v3-api.opencollection.json
- type: Documentation
url: https://v3-apidocs.cloudfoundry.org/
- type: Source Code
url: https://github.com/cloudfoundry/cloud_controller_ng
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
- aid: cloud-foundry:cloud-foundry-deployments-api
name: Cloud Foundry Deployments API
description: The Deployments API from Cloud Foundry — 1 operation(s) for deployments.
humanURL: https://v3-apidocs.cloudfoundry.org/
baseURL: https://api.{system-domain}
tags:
- Deployment
tags_raw:
- Deployments
properties:
- type: OpenAPI
url: openapi/cloud-foundry-deployments-api-openapi.yml
- type: PostmanCollection
url: collections/cloud-foundry-deployments-api.postman_collection.json
- type: OpenCollection
url: collections/cloud-foundry-deployments-api.opencollection.json
- type: Documentation
url: https://v3-apidocs.cloudfoundry.org/
- type: Source Code
url: https://github.com/cloudfoundry/cloud_controller_ng
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
- aid: cloud-foundry:cloud-foundry-jobs-api
name: Cloud Foundry Jobs API
description: The Jobs API from Cloud Foundry — 1 operation(s) for jobs.
humanURL: https://v3-apidocs.cloudfoundry.org/
baseURL: https://api.{system-domain}
tags:
- Job
tags_raw:
- Jobs
properties:
- type: OpenAPI
url: openapi/cloud-foundry-jobs-api-openapi.yml
- type: PostmanCollection
url: collections/cloud-foundry-jobs-api.postman_collection.json
- type: OpenCollection
url: collections/cloud-foundry-jobs-api.opencollection.json
- type: Documentation
url: https://v3-apidocs.cloudfoundry.org/
- type: Source Code
url: https://github.com/cloudfoundry/cloud_controller_ng
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
- aid: cloud-foundry:cloud-foundry-organizations-api
name: Cloud Foundry Organizations API
description: The Organizations API from Cloud Foundry — 2 operation(s) for organizations.
humanURL: https://v3-apidocs.cloudfoundry.org/
baseURL: https://api.{system-domain}
tags:
- Organization
tags_raw:
- Organizations
properties:
- type: OpenAPI
url: openapi/cloud-foundry-organizations-api-openapi.yml
- type: PostmanCollection
url: collections/cloud-foundry-organizations-api.postman_collection.json
- type: OpenCollection
url: collections/cloud-foundry-organizations-api.opencollection.json
- type: Documentation
url: https://v3-apidocs.cloudfoundry.org/
- type: Source Code
url: https://github.com/cloudfoundry/cloud_controller_ng
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
- aid: cloud-foundry:cloud-foundry-service-instances-api
name: Cloud Foundry Service Instances API
description: The Service Instances API from Cloud Foundry — 2 operation(s) for service instances.
humanURL: https://v3-apidocs.cloudfoundry.org/
baseURL: https://api.{system-domain}
tags:
- Service Instances
properties:
- type: OpenAPI
url: openapi/cloud-foundry-service-instances-api-openapi.yml
- type: PostmanCollection
url: collections/cloud-foundry-service-instances-api.postman_collection.json
- type: OpenCollection
url: collections/cloud-foundry-service-instances-api.opencollection.json
- type: Documentation
url: https://v3-apidocs.cloudfoundry.org/
- type: Source Code
url: https://github.com/cloudfoundry/cloud_controller_ng
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
- aid: cloud-foundry:cloud-foundry-spaces-api
name: Cloud Foundry Spaces API
description: The Spaces API from Cloud Foundry — 2 operation(s) for spaces.
humanURL: https://v3-apidocs.cloudfoundry.org/
baseURL: https://api.{system-domain}
tags:
- Spaces
properties:
- type: OpenAPI
url: openapi/cloud-foundry-spaces-api-openapi.yml
- type: PostmanCollection
url: collections/cloud-foundry-spaces-api.postman_collection.json
- type: OpenCollection
url: collections/cloud-foundry-spaces-api.opencollection.json
- type: Documentation
url: https://v3-apidocs.cloudfoundry.org/
- type: Source Code
url: https://github.com/cloudfoundry/cloud_controller_ng
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
- aid: cloud-foundry:app-autoscaler
name: Cloud Foundry App Autoscaler API
description: 'The App Autoscaler is a Cloud Foundry service that automatically scales application instances against dynamic
metric rules and scheduled windows. The project publishes OpenAPI descriptions for its public surface: a Policy API for
reading, writing and deleting a per-application scaling policy, a Custom Metrics API for submitting application-defined
metrics, a Scaling History API for the record of scaling events, and an Application Metric API for aggregated metric series.'
humanURL: https://github.com/cloudfoundry/app-autoscaler
baseURL: https://{autoscaler-api-server-url}
tags:
- Autoscaling
- Metrics
- Application
- Policy
tags_raw:
- Autoscaler
- Metrics
- Scaling
- Policy
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
properties:
- type: OpenAPI
url: openapi/cloud-foundry-app-autoscaler-policy-api-openapi.yaml
- type: OpenAPI
url: openapi/cloud-foundry-app-autoscaler-custom-metrics-api-openapi.yaml
- type: OpenAPI
url: openapi/cloud-foundry-app-autoscaler-scaling-history-api-openapi.yaml
- type: OpenAPI
url: openapi/cloud-foundry-app-autoscaler-application-metric-api-openapi.yaml
- type: Documentation
url: https://github.com/cloudfoundry/app-autoscaler/blob/main/docs/user_guide.md
- type: Source Code
url: https://github.com/cloudfoundry/app-autoscaler
common:
- type: OAuthScopes
url: scopes/cloud-foundry-scopes.yml
- type: AgenticAccess
url: agentic-access/cloud-foundry-agentic-access.yml
- type: DomainSecurity
url: security/cloud-foundry-domain-security.yml
- type: Authentication
url: authentication/cloud-foundry-authentication.yml
- type: LinkedIn
url: https://www.linkedin.com/company/cloud-foundry
- type: Website
url: https://www.cloudfoundry.org/
- type: Documentation
url: https://docs.cloudfoundry.org/
- type: GitHub
url: https://github.com/cloudfoundry
- type: Foundation
url: https://www.cloudfoundry.org/foundation/
- type: Community
url: https://www.cloudfoundry.org/community/
- type: Blog
url: https://www.cloudfoundry.org/blog/
- type: Events
url: https://www.cloudfoundry.org/events/
- type: PrivacyPolicy
url: https://www.linuxfoundation.org/privacy
- type: Trademark
url: https://www.linuxfoundation.org/trademark-usage
- type: JSONLD
url: json-ld/cloud-foundry-context.jsonld
- type: Spectral
url: rules/cloud-foundry-rules.yml
- type: Slack
url: https://cloudfoundry.slack.com/
- type: TermsOfService
url: https://www.cloudfoundry.org/terms/
- type: DeveloperPortal
url: https://docs.cloudfoundry.org/
- type: APIReference
url: https://v3-apidocs.cloudfoundry.org/
- type: GettingStarted
url: https://docs.cloudfoundry.org/cf-cli/getting-started.html
- type: GitHubOrganization
url: https://github.com/cloudfoundry
- type: Support
url: https://www.cloudfoundry.org/community/
- type: Packages
url: packages/cloud-foundry-packages.yml
- type: SDKs
url: packages/cloud-foundry-packages.yml
- type: CLI
url: cli/cloud-foundry-cli.yml
- type: LLMsTxt
url: llms/cloud-foundry-llms.txt
- type: Overlay
url: overlays/cloud-foundry-capi-v3-overlay.yaml
- type: Conformance
url: conformance/cloud-foundry-conformance.yml
- type: ErrorCatalog
url: errors/cloud-foundry-problem-types.yml
- type: Lifecycle
url: lifecycle/cloud-foundry-lifecycle.yml
- type: Deprecation
url: lifecycle/cloud-foundry-lifecycle.yml
- type: VulnerabilityDisclosure
url: security/cloud-foundry-vulnerability-disclosure.yml
- type: Security
url: security/cloud-foundry-vulnerability-disclosure.yml
- type: Conventions
url: conventions/cloud-foundry-conventions.yml
- type: ChangeLog
url: changelog/cloud-foundry-changelog.yml
- type: DataModel
url: data-model/cloud-foundry-data-model.yml
- type: AgentSkill
url: skills/_index.yml
- type: Plans
url: plans/cloud-foundry-plans-pricing.yml
- type: RateLimits
url: rate-limits/cloud-foundry-rate-limits.yml
- type: PostmanCollection
url: collections/cloud-foundry.postman_collection.json
- type: OpenCollection
url: collections/cloud-foundry.opencollection.json
- type: EventSurface
url: asyncapi/cloud-foundry-event-surface.yml
maintainers:
- FN: Kin Lane
email: kinlane@gmail.com
x-enrichment:
date: '2026-09-05'
status: enriched
artifacts_added: 35
pass: local-v3
Every provider here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for providers
9 MCP tools reach this
find_providersBrowse and filter every provider in the catalog.
get_provider_artifactsEvery artifact this provider publishes, grouped by type.
get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
get_provider_ratingPRO — composite, band, trend and facet scores.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This provider
curl "https://apis.io/api/v1/providers/cloud-foundry"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/cloud-foundry/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/cloud-foundry/evidence"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.