Skip to main content
The public docs repository includes a dependency-pinned examples workspace. Its tests use local fakes, so you can verify request construction and package behavior before creating a credential.

Run the examples

The suite verifies:
  • exact @praxa/sdk mission request, path, and idempotency behavior;
  • stable Execution Fabric idempotency and terminal polling;
  • exact @praxa/sdk/memory import and partial-source behavior;
  • exact @praxa/mcp-contracts protocol, version, annotation, and 12-tool surface; and
  • exact @praxa/cli release constants plus write-free memory planning.

Example inventory

TypeScript SDK quickstart

Run the same fake-transport contract test used by the SDK quickstart before connecting a deployment-specific Gateway.

Durable task client

Submit and poll a v1 task with stable idempotency and injectable transport tests.

Custom memory source

Verify provenance-rich recall and explicit partial degradation.

MCP contract smoke

Inspect exact protocol versions, server identity, annotations, and wire names.

CLI contract smoke

Verify release constants and confirm memory planning remains local and write-free.

Framework tutorials

Add the same trust boundary to TypeScript, Next.js, Nuxt, Express, Workers, Python, FastAPI, Rust, Go, Spring, .NET, mobile, or agent hosts.

Run a live task

After local tests pass, create a disposable personal key with execute:write and runs:read:
The script prints the admitted run and polls to terminal. A live task can consume quota; revoke the disposable key after cleanup.
Local tests prove package and client behavior. The live command proves only the tenant, scope, deployment, and task path you actually exercise.
Last modified on August 14, 2026