Cloud|

Platform services

Choose the platform boundary that removes shared infrastructure from an application.

2 min read Updated 2026-08-18 #platform#api#applications

Platform services keep cross-cutting infrastructure out of independently deployed applications. Your application contributes the domain-specific contract; Cloud runs the shared infrastructure and presents one consistent surface to users, agents, and operators.

Use a platform service when the behavior must integrate with the wider Cloud installation. Keep behavior in the application when it is meaningful only to that domain. These services are runtime boundaries, not code generators: they do not copy files into an application or take ownership of its data model.

Choose a service

Need Application contributes Cloud provides
Runtime configuration Typed setting declarations and defaults Validation, encrypted persistence, caching, and request snapshots
Operational events A source, message, and structured metadata Console output, redaction, persistence, retention, and operations views
One operation across boundaries Span names, events, and safe attributes Trace storage, timing, status, and operations views
Security evidence An action, outcome, actor, and target Durable, sanitized audit storage
User communication Typed payloads and channel-neutral presentation Preferences, channel routing, durable delivery, retries, and deduplication
Cross-app and agent operations Curated Types, Queries, and Actions Live schemas, generic dispatch, CLI, and MCP tools
Global discovery One permission-aware Query projected into Universal Search Provider discovery, query fan-out, and shared search UI
Dashboard summaries Authenticated JSON endpoints Widget discovery, layout, and rendering
Product guidance Markdown help documents Search, rendering, and the shared Help surface
Documents HTML or Liquid templates and data Shared Gotenberg configuration and PDF limits
Document extraction Authorized document bytes Bounded untrusted Markdown without storage or authorization
Command-line operations A typed CLI module Authentication, profiles, output modes, and dispatch

Start from the need in this table, then open the linked page in the navigation for its complete declaration, lifecycle, failure, and verification contract. Use Building blocks when you know the task but not the service, or API surface to look up an import.

Request middleware and identity are separate application boundaries: Request middleware loads request context, while Identity and access explains caller and resource checks.

Connect a coding agent

The Cloud skill provides compact working instructions. MCP supplies exact current documentation when details matter.

CLI command
bunx skills add https://docs.example.com

This command installs the working instructions published by this website in the selected coding agent.

For exact, current details, also connect the MCP server through one of the agent tabs.

Installation uses the open-source Vercel Skills CLI.

The skill and MCP complement each other: the skill describes workflows, while MCP supplies current documentation.