auth-token-manager
Installation
SKILL.md
MikoPBX Authentication Token Manager
Overview
This skill provides reliable JWT Bearer token acquisition for MikoPBX REST API v3. Solves the persistent problem of getting valid authentication tokens for API testing and development.
Authentication Architecture
MikoPBX uses dual-token authentication:
- Access Token (JWT)
- Type: JSON Web Token
- Lifetime: 15 minutes (900 seconds)
- Storage: In-memory (Authorization: Bearer header)
- Purpose: Stateless API authorization