Infra · Arazzo Workflow

Create a user and issue an access key

Version 1.0.0

Create an identity for automation and issue an access key it can use for CI/CD or API calls.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CompanyIdentityAccess ManagementAuthenticationAuthorizationInfrastructureKubernetesOIDCSecurityOpen-SourceArazzoWorkflows

Provider

infra

Workflows

createUserAndIssueKey
Create a user, then issue an access key on that user's behalf.
2 steps inputs: keyName, userName outputs: accessKey, keyId
1
createUser
2
createKey

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Create a user and issue an access key
  version: 1.0.0
  summary: Create an identity for automation and issue an access key it can use for CI/CD or API calls.
sourceDescriptions:
- name: authenticationApi
  url: ../openapi/infra-authentication-api-openapi.yml
  type: openapi
- name: usersApi
  url: ../openapi/infra-users-api-openapi.yml
  type: openapi
workflows:
- workflowId: createUserAndIssueKey
  summary: Create a user, then issue an access key on that user's behalf.
  inputs:
    type: object
    properties:
      userName: {type: string}
      keyName: {type: string}
  steps:
  - stepId: createUser
    operationId: CreateUser
    requestBody:
      contentType: application/json
      payload:
        name: $inputs.userName
    outputs:
      userId: $response.body#/id
  - stepId: createKey
    operationId: CreateAccessKey
    requestBody:
      contentType: application/json
      payload:
        name: $inputs.keyName
        issuedForID: $steps.createUser.outputs.userId
    outputs:
      accessKey: $response.body#/accessKey
      keyId: $response.body#/id
  outputs:
    accessKey: $steps.createKey.outputs.accessKey
    keyId: $steps.createKey.outputs.keyId

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/infra-issue-access-key"
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.