skills/smithery.ai/auth-token-manager

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:

  1. Access Token (JWT)
    • Type: JSON Web Token
    • Lifetime: 15 minutes (900 seconds)
    • Storage: In-memory (Authorization: Bearer header)
    • Purpose: Stateless API authorization
Installs
1
First Seen
Mar 21, 2026
auth-token-manager from smithery.ai