Version: 1.0.0
Webrix API
The Webrix API allows you to programmatically manage MCP servers and other resources in your organization.
Authentication
All API endpoints require authentication using a Bearer token. You can generate API tokens from the Admin Settings in your Webrix dashboard.
Include your token in the Authorization header:
Authorization: Bearer wxt_xxxxx
See API Tokens for more details on generating and managing tokens.
Authentication
- HTTP: Bearer Auth
API token authentication. Tokens are prefixed with wxt_ and can be generated from Admin Settings.
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |