Create your first work order using the MaintainX REST API - the core building block of CMMS operations.
maintainx-install-auth setupFollow these high-level steps to implement maintainx-hello-world:
For full implementation details, load: Read(plugins/saas-packs/maintainx-pack/skills/maintainx-hello-world/references/implementation-guide.md)
| Error | Cause | Solution |
|---|---|---|
| 400 Bad Request | Missing required fields | Include at least title field |
| 401 Unauthorized | Invalid API key | Check MAINTAINX_API_KEY environment variable |
| 403 Forbidden | Plan limitations | Verify API access on your subscription |
| 422 Unprocessable | Invalid field values | Check enum values (priority, status) |
Proceed to maintainx-local-dev-loop for development workflow setup.
Basic usage: Apply maintainx hello world to a standard project setup with default configuration options.
Advanced scenario: Customize maintainx hello world for production environments with multiple constraints and team-specific requirements.