Skip to main content

Private preview · public architecture

Connect bounded APIs with declared boundaries

Review a custom API boundary before private provisioning. A workflow refers to a declared capability; connection identity, endpoints, and secrets stay out of the workflow definition.

Browse only. No account data, credential, MCP session, or product runtime is contacted here.

Public contract example

A connector is not a secret pasted into a workflow

Private preview

Tempera keeps the operation definition, credential reference, and any repair proposal as separate records so a failure does not silently alter an integration.

Declared capability

Custom API, made legible

Private boundary
  1. Declared operationWhat the workflow is allowed to ask for
  2. Private connectionTransport and credentials remain outside the workflow
  3. Governed effectPolicy keeps the next consequential step explicit
  4. Typed boundaryThe workflow receives only the declared result shape
Workflow sees
Declared capability
Connector keeps
Connection, transport, credentials
If an API changes
Classify first; propose a reviewable repair
No endpoint, credential, or provider data is displayed in this public record.
Public to inspect

The declared capability, its effect posture, and its recovery posture are inspectable.

Private to provision and run

Connection identity, endpoint details, credentials, reauthorization, and any approved change remain private to the workspace.

What this surface owns

A specific boundary, not a generic feature list

The public record shows the contract a buyer can inspect. Configuration, credentials, and effectful actions remain inside a provisioned workspace.

  1. 01

    Bounded custom API

    Define one bounded operation for a private workspace integration.

    Read connections · Manage connections

    Private configuration
  2. 02

    Credential reference

    Keep a credential reference out of workflow definitions and model context.

    Manage connections

    Private configuration
  3. 03

    Recovery proposal

    Classify a failed operation and surface a bounded recovery or repair proposal for workspace review.

    Read connections

    Private policy