Skip to content

Releases: OrrisTech/agent-otp

v0.1.0 - Initial Release

29 Jan 12:00

Choose a tag to compare

Agent OTP v0.1.0 - Initial Release

First public release of Agent OTP - a lightweight One-Time Permission service for AI Agents.

Packages

Features

  • Core API Service - Permission request/verify/use endpoints
  • Policy Engine - Conditional rules (equals, startsWith, matches, lessThan, etc.)
  • Token Service - Scoped, ephemeral access tokens
  • TypeScript SDK - Full client with requestPermission(), verifyToken(), useToken()
  • Audit Logging - Complete audit trail

Installation

  npm install @orrisai/agent-otp-sdk

Documentation

See agentotp.com/docs for full documentation.