Documentation
Service Integration
Service integration guide for SilverGuard AI Platform
The SilverGuard AI Platform provides comprehensive integration capabilities for aged care facilities. Features real-time incident detection, predictive analytics, automated compliance reporting, and intelligent workflows.
Base URLs
- • Production:
https://api.silverguard.ai - • Staging:
https://staging-api.silverguard.ai - • Development:
http://localhost:3001
Key Features
- • Real-time incident detection and prevention
- • Predictive analytics for proactive care
- • Blockchain-secured audit trails
- • Multi-facility support
Service Endpoints
/auth/loginUser authentication and session management
/auth/refreshRefresh JWT tokens
/auth/logoutEnd user session
/mcp/create_incidentCreate a new incident with evidence
/mcp/list_incidentsList incidents with filtering options
/incidents/{id}/statusUpdate incident status and response
/mcp/check_device_healthCheck device health and metrics
/devicesList all facility devices
/stream/ingestIngest real-time device data
/mcp/generate_kpi_reportGenerate KPI and performance reports
/analytics/dashboardReal-time dashboard metrics
/reporting/schedule-exportSchedule automated data exports
Data Schemas
User account with role-based permissions
id (uuid)emailnamerole (admin|manager|nurse|caregiver|viewer)site_idpermissions[]
Incident detection and management
id (uuid)type (fall_detection|wandering|medication_alert)severity (minimal|low|medium|high|critical)resident_idlocationstatusevidence[]
Resident profile and care information
id (uuid)nameroom_numberrisk_levelcare_levelmedical_conditions[]emergency_contact
IoT device monitoring and status
idtype (camera|motion_sensor|wearable|bed_sensor)locationstatusbattery_levellast_heartbeat
AI-powered microservices that provide specialized operations and intelligent automation.
MCP Incident Management
AI-powered incident detection and response workflows
MCP Compliance
Automated compliance reporting and audit trail management
MCP Device Management
IoT device health monitoring and predictive maintenance
MCP Analytics
Real-time analytics and KPI generation
MCP Knowledge Base
AI-powered knowledge management and search
Security & Authentication
Bearer token authentication with refresh capabilities
BearerAuth scheme with JWT formatAlternative authentication for service-to-service calls
X-Service-Key header authenticationGranular permissions based on user roles
Admin, Manager, Nurse, Caregiver, Viewer rolesEnd-to-end encryption for sensitive data
AES-256 encryption with secure key management- HIPAA Compliant - Healthcare data protection
- GDPR Compliant - European data protection
- PDPO Compliant - Hong Kong privacy ordinance
- SOC 2 Type II - Security and availability
- ISO 27001 - Information security management (will be obtained later)
Developer Support
- • Email:
support@silverguard.ai - • Response time: < 24 hours
- • Technical documentation
- • Code examples and SDKs
Resources
- • OpenAPI 3.0.3 specification
- • Postman collection
- • Interactive API explorer
- • Webhook documentation
Testing
- • Sandbox environment
- • Test data generators
- • Mock API responses
- • Integration testing tools