rocket-net-api
Installation
SKILL.md
Rocket.net API Integration
Build integrations with Rocket.net's managed WordPress hosting platform API. This skill covers authentication, site management, domain configuration, backups, plugins/themes, CDN cache control, and all 200+ API endpoints.
API Overview
Base URL: https://api.rocket.net/v1
Authentication: JWT token-based
- Obtain token via POST
/loginwith email/password - Token expires in 7 days
- Include in requests as
Authorization: Bearer <token>
Content Type: JSON API
- Required header:
Content-Type: application/json - Recommended header:
Accept: application/json
Documentation: https://rocketdotnet.readme.io/reference/introduction