Skip to content
Go To Dashboard

Capabilities

Sapiom capabilities are cloud operations that a deployed agent can call without integrating each backing provider separately. Some calls are metered; check the signed-in dashboard for lifecycle and current price availability before depending on one.

Every step receives a pre-authenticated capability client at ctx.sapiom. The declarations from the version of @sapiom/tools installed in the agent project are the authoritative contract. Use editor autocomplete and typecheck the exact method you call.

Local Run replaces capability calls with configured stubs. A production run uses the real, tenant-scoped capability client.

The Agents capability catalog is a platform-global projection of code-backed definitions. It can show intrinsic contracts, lifecycle, routing, and a live price when that join is available. It is not an inventory of resources connected or provisioned for your organization, and it does not report your observed spend or applied policy. Use a run’s inspector and your transaction surfaces for observed execution data.

The ctx.sapiom surface is finite and versioned. This curated guide covers supported product areas, but it is not an exhaustive API reference. If a method is absent from the installed declarations, it is not available to that agent project.