All integrations

Ruby SDK

Ruby scripts, Rails jobs, and Sidekiq workers.

PreviewSDKchirp login

Source implementation only. Registry, marketplace, hosted installer, and publisher provenance remain unverified until the release checklist records a clean-machine receipt. Use the reviewed source under `ruby-sdk/`.

Setup

  1. 1Review and pin ruby-sdk/; do not assume its package-manager name is published.
  2. 2Pair this interactive host with a verified chirp login build. Review the matching code, host, provider, capabilities, and expiry in the browser.
  3. 3Use ~/.chirp/config.json (0700 directory, 0600 file). ~/.chirprc is a user-level read-only fallback; repository-local credentials are ignored.
  4. 4Verify provider acceptance and the phone's delivery acknowledgement separately. Never call an accepted event delivered.
job.rb
Chirp.track(name: "nightly sync") do |agent|
  agent.update("processing")
  run_sync
end