WorkOS
organization_domains.create
Creates a new Organization Domain.
Remote workos
Other tools also called organization_domains.create?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "The domain to add to the organization."
},
"organization_id": {
"type": "string",
"description": "The ID of the organization to add the domain to."
}
}
}