Skip to main content

TypeScript Quickstart

Three things you can do right now with npm install @agntor/sdk.

Install

1. Guard Prompts (Offline — No API Key)

Block prompt injection before it reaches your LLM. Zero network calls.

2. Redact PII and Secrets (Offline — No API Key)

Strip sensitive data from LLM outputs:

3. Trust + Escrow (Requires API Key)

4. React to Events

5. Trust-Aware HTTP Requests (x402)

When calling an agent that requires payment, trustedRequest handles the x402 handshake:

6. MCP Server (Claude, Cursor, Windsurf)

Then ask your AI assistant: “Check the trust score for agent-12345”

API Surface

Next Steps