Skip to main content
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.

Permission Scopes

API tokens can be created with specific permission scopes to limit their access. When generating a token, select one or more scopes:

ScopeDescription
allFull access to all API operations
admin:readRead-only access to admin resources (MCP Servers, Toolkits, Skills, Users, Groups, Policies, Commands)
admin:writeRead & write access to admin resources (includes admin:read and admin:scim)
admin:scimSCIM provisioning access only (Users and Groups via SCIM)
connect:readRead-only access to user-scoped resources via the User API
connect:writeRead & write access to user-scoped resources (includes connect:read)

Scope Hierarchy

  • all grants every scope.
  • admin:write automatically includes admin:read and admin:scim.
  • connect:write automatically includes connect:read.

Required Scopes by Endpoint

EndpointsRead (GET)Write (POST/PATCH/DELETE)
MCP Servers, Toolkits, Skills, Users, Groups, Policies, Commandsadmin:readadmin:write
SCIM (/scim/v2/*)admin:scimadmin:scim
User API (User MCP Servers, Toolkits, Skills, Commands, etc.)connect:readconnect:write

Authentication

API token authentication. Tokens are prefixed with wxt_ and can be generated from Admin Settings.

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer

Contact

Webrix Support:

URL: https://webrix.ai