Files
workos-openapi-agent/skills/organization-domains/SKILL.md
a2a-platform 85db61186e deploy
2026-06-27 01:05:11 +00:00

1.5 KiB

name, description
name description
organization-domains-routes Handle 4 OpenAPI operation(s) under /organization_domains for the organization domains route group.

organization domains API Routes

Handle 4 OpenAPI operation(s) under /organization_domains for the organization domains route group.

Use the generated operation tools to make real API calls. Do not invent API responses. If a tool reports missing setup, return the exact setup field name to the caller. For write, update, or delete operations, state the intended action before calling the tool.

Operations

organization_domains_controller_create

  • Operation ID: organization_domains_controller_create
  • Route: POST /organization_domains
  • Mode: WRITE
  • Summary: Create an Organization Domain
  • Body: JSON request body accepted.

organization_domains_controller_get

  • Operation ID: organization_domains_controller_get
  • Route: GET /organization_domains/{id}
  • Mode: READ
  • Summary: Get an Organization Domain
  • Parameters:
    • id in path required

organization_domains_controller_delete

  • Operation ID: organization_domains_controller_delete
  • Route: DELETE /organization_domains/{id}
  • Mode: WRITE
  • Summary: Delete an Organization Domain
  • Parameters:
    • id in path required

organization_domains_controller_verify

  • Operation ID: organization_domains_controller_verify
  • Route: POST /organization_domains/{id}/verify
  • Mode: WRITE
  • Summary: Verify an Organization Domain
  • Parameters:
    • id in path required