Facets website screenshot

Facets

Facets is an AI-native SDLC orchestrator and platform-engineering control plane that unifies infrastructure provisioning, CI/CD and configuration management into a single declarative blueprint model, so product teams get self-serve, drift-free cloud environments without writing Terraform by hand. The Facets Control Plane exposes a 629-operation REST API - published as OpenAPI 3.0.1 at /v3/api-docs on each customer's own control-plane host - covering blueprints, projects, environments, releases, resources, artifacts, modules, notifications and access control. Facets also ships two first-party CLIs (raptor and praxis), three MCP servers, a Terraform provider, and Praxis, a set of AI agents that automate platform operations across the SDLC.

Facets publishes 1 API on the APIs.io network: Control Plane API. Tagged areas include Automation, Infrastructure, Orchestration, Platform Engineering, and DevOps.

The Facets catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Facets’ developer surface includes documentation, API reference, getting-started guide, support, engineering blog, pricing, signup flow, and 21 more developer resources.

60.9/100 strong ▬ flat Agent 40/100 agent ready saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessPaidFree trial
1 APIs 1 MCP Servers
AutomationInfrastructureOrchestrationPlatform EngineeringDevOpsInternal Developer PlatformTerraformKubernetesContinuous DeliveryAI Agents

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/facets: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

Facets Control Plane API

The Facets Control Plane REST API. 519 paths and 629 operations across blueprints (stacks), environments (clusters), releases, resources, overrides, artifacts and builds, module...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

Facets MCP Server

MCP SERVER

Pricing Plans 1

Published pricing tiers and plan structures.

Facets Plans Pricing

2 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Facets Rate Limits

0 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Facets Webhooks

ASYNCAPI

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Facets Authentication

http · 1 scheme

SECURITY

Facets Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 4

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: facets
name: Facets
description: Facets is an AI-native SDLC orchestrator and platform-engineering control plane that unifies infrastructure provisioning,
  CI/CD and configuration management into a single declarative blueprint model, so product teams get self-serve, drift-free
  cloud environments without writing Terraform by hand. The Facets Control Plane exposes a 629-operation REST API - published
  as OpenAPI 3.0.1 at /v3/api-docs on each customer's own control-plane host - covering blueprints, projects, environments,
  releases, resources, artifacts, modules, notifications and access control. Facets also ships two first-party CLIs (raptor
  and praxis), three MCP servers, a Terraform provider, and Praxis, a set of AI agents that automate platform operations across
  the SDLC.
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: paid
  onboarding: self-service
  trial: true
  try_now: false
  public: false
  label: Paid with a 14-day free trial
  confidence: high
  source:
  - plans
  generated: '2026-09-07'
  method: searched
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/facets.png
url: https://raw.githubusercontent.com/api-evangelist/facets/refs/heads/main/apis.yml
created: '2025-02-08'
modified: '2026-09-07'
specificationVersion: '0.23'
kind: contract
position: Consuming
access: 3rd-Party
tags:
- Automation
- Infrastructure
- Orchestration
- Platform Engineering
- DevOps
- Internal Developer Platform
- Terraform
- Kubernetes
- Continuous Delivery
- AI Agents
apis:
- aid: facets:facets
  name: Facets Control Plane API
  description: The Facets Control Plane REST API. 519 paths and 629 operations across blueprints (stacks), environments (clusters),
    releases, resources, overrides, artifacts and builds, modules, variables and secrets, notifications, cloud and VCS accounts,
    and RBAC. Authentication is HTTP Basic - your control-plane sign-in email plus a personal access token. Each customer
    is served from their own control-plane host, so the base URL is templated; the published OpenAPI names the Facets demo
    tenant because springdoc generates servers[] from the host that served the document.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://www.facets.cloud/docs/api
  baseURL: https://{account-id}.console.facets.cloud
  tags:
  - Automation
  - Infrastructure
  - Orchestration
  - Platform Engineering
  properties:
  - type: Documentation
    url: https://www.facets.cloud/docs
  - type: APIReference
    url: https://www.facets.cloud/docs/api
  - type: GettingStarted
    url: https://www.facets.cloud/docs/quickstart
  - type: Authentication
    url: https://www.facets.cloud/docs/api/recipes/authentication-setup
  - type: ReleaseNotes
    url: https://www.facets.cloud/docs/changelog
  - type: OpenAPI
    url: openapi/facets-control-plane-openapi.yml
  - type: Overlay
    url: overlays/facets-control-plane-overlay.yaml
  - type: DataModel
    url: data-model/facets-data-model.yml
  - type: ErrorCatalog
    url: errors/facets-problem-types.yml
  - type: MCPServer
    url: mcp/facets-mcp.yml
  - type: ToolCrosswalk
    url: mcp/facets-tool-crosswalk.yml
  - type: Webhooks
    url: asyncapi/facets-webhooks.yml
common:
- type: Website
  url: https://www.facets.cloud/
- type: DeveloperPortal
  url: https://www.facets.cloud/docs
- type: Documentation
  url: https://www.facets.cloud/docs
- type: APIReference
  url: https://www.facets.cloud/docs/api
- type: GettingStarted
  url: https://www.facets.cloud/docs/quickstart
- type: Support
  url: https://www.facets.cloud/docs/support
- type: Blog
  url: https://www.facets.cloud/blog
- type: Pricing
  url: https://www.facets.cloud/pricing
- type: SignUp
  url: https://www.facets.cloud/signup
- type: TermsOfService
  url: https://www.facets.cloud/tos
- type: PrivacyPolicy
  url: https://www.facets.cloud/privacy-policy
- type: GitHubOrganization
  url: https://github.com/Facets-cloud
- type: LinkedIn
  url: https://www.linkedin.com/company/facets-cloud
- type: Integrations
  url: https://www.facets.cloud/partners
- type: LLMsTxt
  url: https://www.facets.cloud/llms.txt
- type: ChangeLog
  url: https://www.facets.cloud/docs/changelog
- type: ChangeLog
  url: changelog/facets-changelog.yml
- type: Compliance
  url: https://www.facets.cloud/product/deployment
- type: Authentication
  url: authentication/facets-authentication.yml
- type: Conventions
  url: conventions/facets-conventions.yml
- type: Conformance
  url: conformance/facets-conformance.yml
- type: Lifecycle
  url: lifecycle/facets-lifecycle.yml
- type: Packages
  url: packages/facets-packages.yml
- type: CLI
  url: cli/facets-cli.yml
- type: Components
  url: components/facets-components.yml
- type: RateLimits
  url: rate-limits/facets-rate-limits.yml
- type: Plans
  url: plans/facets-plans-pricing.yml
- type: AgentSkill
  url: skills/_index.yml
- type: DomainSecurity
  url: security/facets-domain-security.yml
integrations:
- name: Become a Partner
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
x-enrichment:
  date: '2026-09-07'
  status: enriched
  artifacts_added: 23
  pass: local-v3

Work with this as data

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/facets"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/facets/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/facets/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.