Skip to content

Releases: khalidsaidi/relayorb

RelayOrb v0.1.2

01 Mar 23:19

Choose a tag to compare

RelayOrb is an open-source tool control plane for AI agents: contract-first capability routing with governance, schema validation, idempotency, and ops-grade telemetry. Agents call a single Gateway endpoint, RelayOrb discovers a healthy provider via a Registry, forwards to a Worker, and validates responses against JSON Schemas. There’s an anonymous public demo you can try instantly (no login), but it’s intentionally constrained: read-only, capability allowlisted, strict request limits, and edge rate limits. The Gateway is reachable only through the load balancer (no direct service bypass), while Registry and Worker services stay private behind Cloud Run IAM. Terraform Registry modules are published for both prod and demo, and the repo also keeps in-repo Terraform as a fallback reference path. The demo endpoint may change over time; the canonical URL and tested curl examples live in README.md and docs/DEMO.md on main. If you’re building agents and want your tools layer to behave like production services, RelayOrb is designed to be the boring, reliable foundation.

Links:

RelayOrb v0.1.1

01 Mar 07:33
e97c826

Choose a tag to compare

Demo endpoint may change over time. For the current live URL and tested curl examples, use README.md and docs/DEMO.md on main. You can also fetch the latest from Terraform outputs: demo_http_url / demo_https_url in infra/gcp/terraform/envs/demo.

RelayOrb v0.1.0

28 Feb 23:10

Choose a tag to compare

RelayOrb v0.1.0

RelayOrb v0.1.0 is the first public release of the RelayOrb control plane.

Highlights

  • Anonymous public demo environment with layered safety controls (LB + Cloud Armor + app limiter).
  • Demo deployment verification gate (ops/smoke/demo-deploy-verify.sh) wired into CI (deploy-demo.yml).
  • Private registry/worker posture on Cloud Run IAM with service-to-service ID tokens.
  • Gateway idempotency + replay and async jobs support.
  • Conformance harness + CI/live validation workflows.
  • OSS distribution package (SECURITY.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md, issue templates, roadmap).

Quickstart

Terraform / OpenTofu

Notes

  • The anonymous demo is best-effort and rate-limited; it is a showcase environment, not a hosted SLA product.