Overview
The MARS SDK is the developer-facing TypeScript surface for agents that need to verify clearance, write journal entries, and recall governed memory through a MARS-compatible gateway. It is intentionally small, mockable, and suitable for test-first agent development.
Buyer-ready overview
This guide explains what the product does, when to use it, and how it helps your team adopt AI with clearer memory, security, and control.
How it works for your team
Developer edge:The SDK fails closed on malformed recall responses and keeps gateway behavior small enough for contributors to audit.
Operating Model
- Typed config: every agent declares an agent ID, VISA token, and gateway URL.
- Clearance first: privileged work can verify required access before execution.
- Journal writes: agent events can be recorded for review and handoff.
- Memory recall: agents retrieve scoped context through a governed gateway.
- Testable gateway: fetch injection lets SDK behavior be tested without production calls.