hosting_getInstallationJWTTokenV1
Obtain a JWT token to authenticate requests for a WordPress installation using its identifier and username.
Instructions
Return a JWT token used to authenticate requests against the specified WordPress installation, including its MCP (Model Context Protocol) endpoint.
Provide the WordPress installation (software) identifier in the path. It can
be obtained from GET /api/hosting/v1/wordpress/installations (the id field).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| software | Yes | WordPress installation (software) identifier | |
| username | Yes | username parameter |