One
Authorization Model
for Humans and AI
Protect workforce access, AI-agent activity, and sensitive enterprise operations with passwordless authentication, scoped authority, and verifiable evidence.
Device → Cryptographic Proof → Verifiable Action
Interactive Demo
See PTERI In Action
Experience the self-custodial web wallet interface used to authorize requests and manage verifiable identity.
The Root Problem
Why Identity Keeps Failing
Identity failures are structural. As AI and automation accelerate, fragile systems fail more often — and cost more.
Core Platform Capabilities
Core Platform Capabilities
Passwordless MFA
Workforce Authentication
Add passwordless cryptographic authentication to existing applications, portals, and workforce workflows without requiring a full replacement.
Verifiable Identity
Identity Management
Establish a distinct verifiable identity for people, agents, applications, and devices that can be managed and revoked.
Runtime Authorization
AI Agents & Agent-to-Agent
Define what each agent may do, which resources it may access, and how long its authority remains valid. Enforce policy at the moment of action.
Credential Protection
Google Cloud Infrastructure
Keep keys and authorization material outside prompts, agent memory, and exposed runtime components. Google Cloud-backed with enterprise-grade reliability.
Payments and Approvals
Customer-Controlled Litecoin
Customer-controlled Litecoin payments with cryptographic settlement.
Developer and MCP Tools
SDK, REST API & MCP
Full SDKs and MCP integrations for rapid integration. Start with one sensitive workflow and expand over time.
Who It's For
Built for High-Trust Workflows
Use Cases
Identity Use Cases
Developer Experience
Designed for
Incremental Integration
Drop-in cryptographic identity. Works alongside your existing stack — no rewrites required.
// npm install @kakr/pteri-sdk
import { PteriAuth } from '@pteri/sdk'
// Verify a signed request — no backend secrets needed
const result = await PteriAuth.verify({
payload: request.body,
signature: request.headers['x-pteri-sig'],
policy: 'payment_authorization'
})
if (!result.isValid) {
throw new UnauthorizedError('Authority not proven')
}
// Deterministic. Binary. No guessing.
return processTransaction(result.claims)Simple Pricing for
Builders and Enterprises
No tokens. No gimmicks. Straightforward service pricing.
Free
For individual developers and testing. No credit card required. Get started in minutes.
What You Get
- 3 API calls per second
- 1 agent identity
- MFA for up to 5 accounts
- Self-custody wallet access
- All platforms — Android iOS Web
Best For
- Personal testing
- First integration
- Evaluating the platform
Pro
For developers and startups running multiple agents in production environments.
What You Get
- 30 API calls per second
- Up to 10 agent identities
- MFA for up to 25 accounts
- Verified agent badge (Coming Soon)
- PTERI lifetime payments
- Priority support
Best For
- Developer studios
- Startups with agent fleets
- SMBs deploying AI agents
Enterprise Pteri
For organizations deploying AI agents at scale who need full coverage and support.
What You Get
- 300 API calls per second
- Unlimited agent identities
- MFA for up to 200 accounts
- Custom SLA
- White label options
- Dedicated support
Best For
- Mid-market organizations
- Regulated industries
- Support for regulated authentication and authorization requirements
Free
For individual developers and testing. No credit card required. Get started in minutes.
What You Get
- 3 API calls per second
- 1 agent identity
- MFA for up to 5 accounts
- Self-custody wallet access
- All platforms — Android iOS Web
Best For
- Personal testing
- First integration
- Evaluating the platform
Pro
For developers and startups running multiple agents in production environments.
What You Get
- 30 API calls per second
- Up to 10 agent identities
- MFA for up to 25 accounts
- Verified agent badge (Coming Soon)
- PTERI lifetime payments
- Priority support
Best For
- Developer studios
- Startups with agent fleets
- SMBs deploying AI agents
Enterprise Pteri
For organizations deploying AI agents at scale who need full coverage and support.
What You Get
- 300 API calls per second
- Unlimited agent identities
- MFA for up to 200 accounts
- Custom SLA
- White label options
- Dedicated support
Best For
- Mid-market organizations
- Regulated industries
- Support for regulated authentication and authorization requirements
One Authorization Model.
Every Workflow.
Start with one application, one agent, or one sensitive workflow and add passwordless authentication and runtime authorization without replacing your existing infrastructure.


