Related practices
For faster client adoption, we strongly recommend providing SDKs in popular languages. While not required, SDKs help reduce integration errors and improve developer experience.Testing standards
Your plugin must demonstrate:
- ≥ 90% unit test coverage
- Integration and contract tests for external systems
- A visible test coverage report
Performance testing
Performance testing is mandatory. Your plugin must be:
- Stateless and horizontally scalable
- Resource-efficient (CPU, memory, connections)
- Fault-tolerant and high availability ready

