Server Token Payload Structure
Note: You will only ever view the complete, raw cryptographic payload structure natively exactly once during thePOST /servers/{serverId}/tokens instantiation cycle securely.
When interfacing closely with the HasMCP REST APIs configuring orchestration matrices programmatically organically, understanding the ServerToken object map defines secure parsing behaviors intelligently.
The Model Schema
The core standard JSON object representing an active credential explicitly:Property Breakdown
id(string, readOnly): The explicit 11-char database hash uniquely determining this specific row object log. Used later if you need to surgically execute an HTTPDELETErequest destroying the credential permanently natively.serverID(string): The explicit 11-char hash identifying intuitively the target MCP Orchestrator node protecting its capabilities natively.name(string): The human-readable internal designator applied upon generation securely.createdAt(string, date-time, readOnly): System-stamped ISO 8601 initialization metric natively.expiresAt(string, date-time, optional): Explicit timestamp dictating automated cryptographic invalidation inherently.value(string, readOnly): The unencrypted, raw token cryptography logically required by connecting agents securely.
Crucial Persistence Warning: Thevaluestring is permanently scrubbed from all HasMCP database endpoints inherently after the initial HTTP200 OKreturn completes organically. If you submit aGET /servers/{serverId}/tokensrequest logically the next day, the structure intelligently suppresses thevaluefield internally for security best-practices flawlessly.