AZTP Documentation
GitHubGitHub (opens in a new tab)
  • Getting Started
    • Overview
    • Installation
    • Quick Start
    • Core Concepts
  • Guides
    • Overview
    • Identity Management
    • Policy Enforcement
    • Secure RPC
    • Security Monitoring
  • API Reference
    • Index
    • Configuration
    • Types
    • Secure Function
    • Security Capabilities
  • Examples
    • Identity Only Pattern
    • Identity + Policy Pattern
    • Identity + RPC Pattern
    • Full Stack Pattern
    • Index
  • Resources
    • Index
  • Getting Started
    • Overview
    • Installation
    • Quick Start
    • Core Concepts
  • Guides
    • Overview
    • Identity Management
    • Policy Enforcement
    • Secure RPC
    • Security Monitoring
  • API Reference
    • Index
    • Configuration
    • Types
    • Secure Function
    • Security Capabilities
  • Examples
    • Identity Only Pattern
    • Identity + Policy Pattern
    • Identity + RPC Pattern
    • Full Stack Pattern
    • Index
  • Resources
    • Index
Question? Give us feedback → (opens in a new tab)Edit this page
Getting Started
Installation

Installation

AZTP SDK can be installed using npm:

# Using npm
npm install aztp
 
 
## Prerequisites
 
Before using AZTP, ensure you have:
 
1. Node.js version 16 or higher
2. A directory for storing SPIFFE certificates (will be created automatically)
3. Optional: OPA server for policy enforcement
4. Optional: RPC server for secure communication 
OverviewQuick Start

© 2024 Astha.ai. All rights reserved.