Go1 · Arazzo Workflow

Go1 — provision a portal and subscribe to events

Version 1.0.0

Create a customer portal and register a webhook subscription for Go1 events.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CompanyEdtechLearningE-LearningCorporate TrainingContentLearning ManagementLMSEducationWebhookArazzoWorkflows

Provider

go1

Workflows

provisionPortalAndWebhook
Create a portal then subscribe to enrollment events via a webhook.
3 steps inputs: webhookUrl outputs: portalId, webhookId
1
createPortal
Provision a new Go1 customer portal.
2
createWebhook
Register a webhook to receive enrollment.complete events.
3
readWebhooks
Read the portal webhook configuration to confirm the subscription.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Go1 — provision a portal and subscribe to events
  version: 1.0.0
  summary: Create a customer portal and register a webhook subscription for Go1 events.
  x-realizes-capability-ids:
  - BC-4230.10
  - BC-4270.80
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-4230.10
      capability_name: Tenant Provisioning & Lifecycle
      spec: go1-portals-api-openapi.yml
      confidence: 0.72
    - capability_id: BC-4270.80
      capability_name: Webhook & Event Subscription Management
      spec: go1-webhooks-api-openapi.yml
      confidence: 0.7
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: portalsApi
  url: ../openapi/go1-portals-api-openapi.yml
  type: openapi
- name: webhooksApi
  url: ../openapi/go1-webhooks-api-openapi.yml
  type: openapi
workflows:
- workflowId: provisionPortalAndWebhook
  summary: Create a portal then subscribe to enrollment events via a webhook.
  inputs:
    type: object
    properties:
      webhookUrl:
        type: string
  steps:
  - stepId: createPortal
    description: Provision a new Go1 customer portal.
    operationId: createPortal
    outputs:
      portalId: $response.body#/id
  - stepId: createWebhook
    description: Register a webhook to receive enrollment.complete events.
    operationId: WebhookController_createPortalWebhookConfiguration
    outputs:
      webhookId: $response.body#/id
  - stepId: readWebhooks
    description: Read the portal webhook configuration to confirm the subscription.
    operationId: WebhookController_getPortalWebhookConfiguration
  outputs:
    portalId: $steps.createPortal.outputs.portalId
    webhookId: $steps.createWebhook.outputs.webhookId

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/go1-provision-portal-and-webhook"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.