hosting_getInstallationJWTTokenV1
Obtain a JWT token to authenticate requests to a WordPress installation and its MCP endpoint. Specify the installation ID and username to generate the token.
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 |