Anthropic · Arazzo Workflow
Anthropic Onboard an Org Member into a Workspace
Version 1.0.0
Find an org member by email, create a workspace, and add that member to it.
View Spec
View on GitHub
AIArtificial IntelligenceClaudeFoundation ModelsLarge Language ModelsMachine LearningMCPAgentsArazzoWorkflows
Provider
Workflows
onboard-member-to-workspace
Resolve an org member by email and place them into a new workspace.
Lists organization members filtered by email to resolve a user id, creates a workspace, and adds the resolved member to the workspace.
1
findMember
listOrganizationMembers
Look up the organization member by email to resolve the user id needed to add them to a workspace.
2
createWorkspace
createWorkspace
Create a new workspace to onboard the resolved member into.
3
addMember
addWorkspaceMember
Add the resolved organization member to the new workspace with the requested role.