feat(molecule_agent): add org_id and origin kwargs to RemoteAgentClient #7

Merged
sdk-lead merged 1 commits from feat/client-multi-tenant-headers into main 2026-05-10 13:37:20 +00:00

1 Commits

Author SHA1 Message Date
a3bba8a3f3 feat(molecule_agent): add org_id and origin kwargs to RemoteAgentClient
Some checks failed
Test / test (3.13) (pull_request) Failing after 1s
Test / test (3.12) (pull_request) Failing after 3s
Test / test (3.11) (pull_request) Failing after 4s
Adds optional org_id and origin constructor kwargs that inject
X-Molecule-Org-Id and Origin headers on every request, enabling
SDK use against multi-tenant SaaS deployments (*.moleculesai.app)
without needing a pre-configured requests.Session.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-10 13:33:17 +00:00