Ninety.io · Arazzo Workflow

Create a Ninety Rock with Milestones

Version 1.0.0

Resolve a team, create a quarterly Rock, and attach a Milestone to it.

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

Provider

ninetyio

Workflows

createRockWithMilestones
Pick a team, create a Rock, then add a Milestone under it.
3 steps inputs: dueDate, milestoneTitle, rockDescription, rockTitle outputs: milestoneId, rockId

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Create a Ninety Rock with Milestones
  version: 1.0.0
  summary: Resolve a team, create a quarterly Rock, and attach a Milestone to it.
sourceDescriptions:
- name: milestonesApi
  url: ../openapi/ninetyio-milestones-api-openapi.yml
  type: openapi
- name: rocksApi
  url: ../openapi/ninetyio-rocks-api-openapi.yml
  type: openapi
- name: teamsApi
  url: ../openapi/ninetyio-teams-api-openapi.yml
  type: openapi
workflows:
- workflowId: createRockWithMilestones
  summary: Pick a team, create a Rock, then add a Milestone under it.
  inputs:
    type: object
    properties:
      rockTitle: {type: string}
      rockDescription: {type: string}
      dueDate: {type: string}
      milestoneTitle: {type: string}
  steps:
  - stepId: getTeams
    operationId: PublicTeamController_findAll
    outputs:
      teamId: $response.body#/0/id
  - stepId: createRock
    operationId: PublicRockController_create
    requestBody:
      contentType: application/json
      payload:
        title: $inputs.rockTitle
        description: $inputs.rockDescription
        teamId: $steps.getTeams.outputs.teamId
        dueDate: $inputs.dueDate
    outputs:
      rockId: $response.body#/_id
  - stepId: addMilestone
    operationId: PublicMilestoneController_create
    requestBody:
      contentType: application/json
      payload:
        rockId: $steps.createRock.outputs.rockId
        title: $inputs.milestoneTitle
        dueDate: $inputs.dueDate
    outputs:
      milestoneId: $response.body#/id
  outputs:
    rockId: $steps.createRock.outputs.rockId
    milestoneId: $steps.addMilestone.outputs.milestoneId

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-create-rock-with-milestones"
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.