Install
openclaw skills install axodus-backend-architetureDesign backend APIs, services, persistence, and observability with security.
openclaw skills install axodus-backend-architetureDesign backend systems with clear boundaries: API contracts, services, persistence, observability, and security controls.
requirements (required, string|object): endpoints, behaviors, SLAs, compliance needs.constraints (optional, string[]): security, latency, cost, runtime, stack limits.data_entities (optional, string[]): core domain objects.integration_points (optional, string[]): external services/APIs.Architecture spec (example schema):
api:
- method: POST
path: /v1/...
auth: required
services: ["..."]
data_model: ["..."]
observability: ["logs", "metrics (optional)"]
validation: ["unit tests", "integration tests"]
Requirement: “Webhook ingestion with replay protection.†Output: includes idempotency key storage, signature verification, and audit logging.