User Guide Overview¶
Axiom Core is a local SDK that transforms sensitive input into non-identifying semantic representations. This guide focuses on integrating the SDK into your application and using the public API safely and correctly.
When to use Axiom Core¶
- You need cloud AI reasoning but cannot send raw data
- You must keep sensitive data within a trusted boundary
- You need auditable, deterministic transformations
Who this guide is for¶
- Developers integrating Axiom Core into applications
- Security or compliance teams validating boundary guarantees
- Platform teams evaluating standard vs attested tiers
What this guide covers¶
- Installation and quickstart
- Configuration and tier selection
- Attested mode (preview) behavior
- Verification workflows
- Troubleshooting common errors
If you need internal architecture details, see the Developer Guide.
Prev: Home | Next: Quickstart