RESOURCES & DOCUMENTATION

Technical documentation, guides, and resources for Guardian-X implementation and use.

Getting Started

Quick start guides and onboarding materials for new Guardian-X users.

Technical Docs

Comprehensive technical documentation for developers and IT teams.

Security & Compliance

Security documentation and compliance certifications.

User Guides

Step-by-step guides for end users and administrators.

Video Tutorials

Watch step-by-step video guides for common tasks.

Case Studies

Real-world examples of Guardian-X deployments and results.

API Documentation

Comprehensive REST API for custom integrations and automations.

  • RESTful API with OpenAPI/Swagger docs
  • JWT authentication
  • WebSocket support for real-time events
  • Comprehensive endpoint documentation
  • Code examples in Python, JavaScript, curl
  • Rate limiting and security best practices
Python Emergency Activation Example
import requests

# Activate emergency
response = requests.post(
    'https://api.guardianx.com/v1/emergencies/',
    headers={'Authorization': 'Bearer YOUR_TOKEN'},
    json={
        'situation_type': 'active_threat',
        'location': 'Building A - Floor 2',
        'description': 'Security incident',
        'severity': 'critical'
    }
)

# Get real-time status
emergency = response.json()
print(f"Emergency {emergency['id']} activated")
print(f"Notifications sent: {emergency['notification_count']}")

TOOLS & CALCULATORS

Interactive tools to plan your Guardian-X deployment

Pricing Calculator

Calculate your monthly cost based on organization size, locations, and feature requirements.

Launch Calculator

ROI Calculator

Compare Guardian-X costs vs traditional emergency systems and calculate your return on investment.

Calculate ROI

Integration Planner

Plan your Guardian-X integrations with existing security systems and building automation.

Plan Integrations

Deployment Timeline

Estimate your deployment timeline based on organization size and complexity.

Estimate Timeline

SUPPORT & TRAINING

Customer Support

Access our support portal for technical assistance and troubleshooting

Support Portal
Training Programs

Comprehensive training for admins and end users

View Training
Community Forum

Connect with other Guardian-X users and share best practices

Join Community

Can't Find What You Need?

Our team is here to help. Contact us with any questions about Guardian-X.