API Endpoint
Publisher Key Management API
Programmatically list, provision, or revoke publisher integration keys.
# Create new API Key
POST https://thematrixads.space/api/v1/publisher/keys
Content-Type: application/json
Cookie: matrixads_session=...
{
"name": "Production Chatbot Key"
}