Core Concepts Overview

Tentarc’s runtime can be reduced to four core concepts:

  • Workspace: isolation boundary for state and permissions.
  • Session: durable execution thread with recoverable progress.
  • Permissions: side-effect gate for writes and mutations.
  • Agent API: model connection control plane for capability, protocol, and cost.

Overview -> Workspace -> Session -> Permissions -> Agent API

One-line model

Define boundary with Workspace, execute continuously in Session, gate side effects with Permissions, and optimize capability/cost via Agent API.

Share feedbackLast updated: Mar 6, 2026
Was this page helpful?YesNo