Skip to main content
Praxa exposes several deliberately separate developer surfaces. Start with the job you need to complete, then choose the contract whose authority and release status match that job.
Do not mix credentials between surfaces. Execution Fabric uses personal workspace API keys at api.praxa.io. The Integration Gateway uses deployment-issued, short-lived OAuth tokens. Memory adapters receive clients that your backend owns.

Choose by job

Apply the contracts to a product

Durable task automation

Use Execution Fabric when your application needs a narrow, deployed task contract with a durable run resource.
The 202 response confirms admission or exact idempotent replay. It is not proof that a downstream effect occurred. Continue with the returned run URL or event stream.

Governed mission orchestration

Use @praxa/sdk when your organization operates the versioned Integration Gateway and needs mission budgets, signals, resumable events, capability discovery, or governance readback.

Existing-memory compatibility

Use @praxa/sdk/memory when memory already lives in Mem0, LangGraph, Zep, Graphiti, Letta, OpenAI Agents sessions, or another system. The federation engine is read-only and returns source-level success, timeout, unsupported, and failure states.
An ok result means every selected source succeeded. partial means at least one source succeeded and at least one did not. failed is returned normally when none succeeded; provider failures do not become an empty successful result.

Continue with a tutorial

Run a durable task

Integrate the v1 task contract with cURL, JavaScript, Python, Next.js, or a Cloudflare Worker and verify it end to end.

Federate memory

Connect existing provider clients, preserve tenant boundaries, and test partial degradation and provenance.

Use MCP tools

Register the published contracts in an agent host without renaming the stable Aura wire identifiers.

Receive webhooks

Create a signed endpoint, preserve the raw request body, and test replay handling.

Integrate an agent framework

Choose Vercel AI SDK, OpenAI Agents, LangGraph, MCP, or a custom adapter without restarting your tool or memory stack.

Browse product capabilities

Explore all provided product outcomes with public statuses, surfaces, and testable examples.
Last modified on August 14, 2026