Go1 · Arazzo Workflow

Go1 — discover content and enroll a learner

Version 1.0.0

Search the Go1 learning library, enroll a learner, and confirm the enrollment.

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

Provider

go1

Workflows

discoverAndEnroll
Find a learning object and enroll a learner in it.
3 steps inputs: keyword, user_account_id outputs: enrollmentId
1
searchContent
Search the Go1 content library.
2
createEnrollment
Enroll the learner in the selected learning object.
3
confirmEnrollment
Load the enrollment to confirm it exists.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Go1 — discover content and enroll a learner
  version: 1.0.0
  summary: Search the Go1 learning library, enroll a learner, and confirm the enrollment.
  x-realizes-capability-ids:
  - BC-300.40
  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-300.40
      capability_name: Learning & Development Management
      spec: go1-enrollments-api-openapi.yml
      confidence: 0.85
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: enrollmentsApi
  url: ../openapi/go1-enrollments-api-openapi.yml
  type: openapi
- name: learningObjectsApi
  url: ../openapi/go1-learning-objects-api-openapi.yml
  type: openapi
workflows:
- workflowId: discoverAndEnroll
  summary: Find a learning object and enroll a learner in it.
  inputs:
    type: object
    properties:
      keyword:
        type: string
      user_account_id:
        type: string
  steps:
  - stepId: searchContent
    description: Search the Go1 content library.
    operationId: learning-objects-v3-search
    parameters:
    - name: keyword
      in: query
      value: $inputs.keyword
    - name: limit
      in: query
      value: 20
    outputs:
      loId: $response.body#/hits/0/id
  - stepId: createEnrollment
    description: Enroll the learner in the selected learning object.
    operationId: enrolmentCreateController_postV3
    outputs:
      enrollmentId: $response.body#/id
  - stepId: confirmEnrollment
    description: Load the enrollment to confirm it exists.
    operationId: enrolmentLoadController_getSlimEnrollment
    parameters:
    - name: id
      in: path
      value: $steps.createEnrollment.outputs.enrollmentId
  outputs:
    enrollmentId: $steps.createEnrollment.outputs.enrollmentId

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-discover-and-enroll"
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.