Ninety.io · Arazzo Workflow

Log and Solve a Ninety Issue

Version 1.0.0

Resolve a team, create an Issue on its list, then mark it solved.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CompanyEOSEntrepreneurial Operating SystemBusiness ManagementMeetingsProductivityScorecardTeam ManagementGoal TrackingArazzoWorkflows

Provider

ninetyio

Workflows

logAndSolveIssue
Create an Issue for a team and complete it (IDS solved).
3 steps inputs: description, title outputs: issueId

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Log and Solve a Ninety Issue
  version: 1.0.0
  summary: Resolve a team, create an Issue on its list, then mark it solved.
sourceDescriptions:
- name: issuesApi
  url: ../openapi/ninetyio-issues-api-openapi.yml
  type: openapi
- name: teamsApi
  url: ../openapi/ninetyio-teams-api-openapi.yml
  type: openapi
workflows:
- workflowId: logAndSolveIssue
  summary: Create an Issue for a team and complete it (IDS solved).
  inputs:
    type: object
    properties:
      title: {type: string}
      description: {type: string}
  steps:
  - stepId: getTeams
    operationId: PublicTeamController_findAll
    outputs:
      teamId: $response.body#/0/id
  - stepId: createIssue
    operationId: PublicIssueController_createIssue
    requestBody:
      contentType: application/json
      payload:
        title: $inputs.title
        description: $inputs.description
        teamId: $steps.getTeams.outputs.teamId
    outputs:
      issueId: $response.body#/id
  - stepId: solveIssue
    operationId: PublicIssueController_updateIssue
    parameters:
    - name: issueId
      in: path
      value: $steps.createIssue.outputs.issueId
    requestBody:
      contentType: application/json
      payload:
        completed: true
    outputs:
      completed: $response.body#/completed
  outputs:
    issueId: $steps.createIssue.outputs.issueId

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/ninetyio-log-and-solve-issue"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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