Aegis integration guide
Documentation for your developers embedding Salanor in production apps: signed AI activity, policy on tool calls, and human approvals.
SDKs: TypeScript (
@salanor/aegis) is full-featured for pilots. Python and Go clients support sign + ingest: see SDK overview.Typical integration flow
- Org admin creates ingest API key + agent signing key in the console.
- Your service installs
@salanor/aegisand stores secrets in your env. - Each agent workflow uses a
trace_id; LLM steps callsignAndIngest. - Outbound tools (Stripe, CRM, etc.) use
wrapFetchfor policy + audit. - Operators review traces and exports in the console: not in your repo.
Quick links
- Getting started: credentials + first event in your app
- SDKs: TypeScript, Python, Go
- TypeScript SDK
- HTTP API: ingest
- Event envelope
Production endpoints
- Ingest API:
https://api.salanor.com/v1/aegis - Public verify:
https://api.salanor.com/v1/public - Console: https://console.salanor.com