Commit Graph
1 Commits
Author SHA1 Message Date
Admin Bot 4633989a46 docs: Add comprehensive SERVICE-USAGE guide for all endpoints
CI / Build and push image (push) Successful in 49s
CI / Vet, test, build (push) Successful in 2m9s
Complete guide for calling gateway-backed services:
   Quick start with X-Service routing
   Authentication & token generation (Authentik OAuth2)
   Service map (SQS, Memory, S3, IAM, Workflow)
   Service-specific guides with curl examples
   SQS: Send/receive/acknowledge messages
   S3/MinIO: Upload/download/list objects
   IAM: User & role management
   Temporal: gRPC-only, SDK usage
   Error handling (RFC 9457)
   Request/response examples
   Integration testing
   Debugging guide

Covers:
  • Bearer token flows
  • X-Service header routing
  • Service-specific auth requirements
  • Status codes & error mapping
  • Long-polling for SQS
  • Rate limits & quotas

Ready for production use.
2026-08-28 13:06:19 -07:00