Problem
Both Python and JS SDKs are missing 3 services: Organizations, Integrations, Templates.
Acceptance Criteria
- Python SDK: org_create, org_list, org_get, org_add_member, org_list_members, org_remove_member, integration_register, integration_list, template_list
- JS SDK: same methods with TypeScript types
- Tests for new methods
- README updated
Suggested Approach
Follow existing SDK patterns. Backend endpoints already exist.
Problem
Both Python and JS SDKs are missing 3 services: Organizations, Integrations, Templates.
Acceptance Criteria
Suggested Approach
Follow existing SDK patterns. Backend endpoints already exist.