ReadMe · Arazzo Workflow

ReadMe Submit Metrics And Audit Quality

Version 1.0.0

Send API request logs to Metrics, then retrieve page quality scores.

1 workflow 1 source API 1 provider
View Spec View on GitHub DocumentationDeveloper HubAPI ReferencePortalAnalyticsArtificial IntelligenceMCPBi-Directional SyncArazzoWorkflows

Provider

readme

Workflows

submit-metrics-and-audit
Submit API request logs then retrieve page quality scores.
Sends HAR-formatted request logs to the Metrics endpoint and then reads back the project's page quality scores.
2 steps inputs: basicAuth, logs outputs: quality
1
submitLogs
{$sourceDescriptions.readmeMetricsApi.url}#/paths/~1request/post
Submit HAR-formatted API request logs to the Metrics endpoint.
2
getQualityScores
{$sourceDescriptions.readmeMetricsApi.url}#/paths/~1quality/get
Retrieve page quality scores from Docs Audit to act on findings.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: ReadMe Submit Metrics And Audit Quality
  summary: Send API request logs to Metrics, then retrieve page quality scores.
  description: >-
    Closes the loop between sending API usage data and reviewing documentation
    health. The workflow submits HAR-formatted API request logs to the ReadMe
    Metrics endpoint and then retrieves the project's page quality scores from
    the analytics endpoint so a team can act on Docs Audit findings. Every step
    spells out its request inline so the flow can be read and executed without
    opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: readmeMetricsApi
  url: ../openapi/readme-developer-metrics-openapi.yml
  type: openapi
workflows:
- workflowId: submit-metrics-and-audit
  summary: Submit API request logs then retrieve page quality scores.
  description: >-
    Sends HAR-formatted request logs to the Metrics endpoint and then reads back
    the project's page quality scores.
  inputs:
    type: object
    required:
    - logs
    properties:
      logs:
        type: array
        description: An array of HAR-formatted Metrics request log entries.
        items:
          type: object
      basicAuth:
        type: string
        description: HTTP Basic credential (base64 of "apiKey:") for the Metrics API.
  steps:
  - stepId: submitLogs
    description: Submit HAR-formatted API request logs to the Metrics endpoint.
    operationPath: '{$sourceDescriptions.readmeMetricsApi.url}#/paths/~1request/post'
    parameters:
    - name: Authorization
      in: header
      value: "Basic $inputs.basicAuth"
    requestBody:
      contentType: application/json
      payload: $inputs.logs
    successCriteria:
    - condition: $statusCode == 202
    outputs:
      statusCode: $statusCode
  - stepId: getQualityScores
    description: Retrieve page quality scores from Docs Audit to act on findings.
    operationPath: '{$sourceDescriptions.readmeMetricsApi.url}#/paths/~1quality/get'
    parameters:
    - name: Authorization
      in: header
      value: "Basic $inputs.basicAuth"
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      quality: $response.body
  outputs:
    quality: $steps.getQualityScores.outputs.quality

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/readme-submit-metrics-and-audit-workflow"
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.