Indykite · Arazzo Workflow

Provision an IndyKite project and AppAgent credential

Version 1.0.0

Create a project, an application and an application agent, then mint an AppAgent credential for data-plane calls.

1 workflow 4 source APIs 1 provider
View Spec View on GitHub CompanyIdentityAuthorizationAccess ControlKnowledge GraphAgentic AIMCPSecurityAuthZENArazzoWorkflows

Provider

indykite

Workflows

provisionProjectAndAppAgent
Stand up a new project with an application, app agent, and credential.
4 steps inputs: appAgentName, applicationName, projectName outputs: appAgentId, credentialId, projectId
1
createProject
2
createApplication
3
createApplicationAgent
4
createApplicationAgentCredential

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Provision an IndyKite project and AppAgent credential
  version: 1.0.0
  summary: Create a project, an application and an application agent, then mint an AppAgent credential for data-plane calls.
sourceDescriptions:
- name: applicationAgentCredentialsApi
  url: ../openapi/indykite-application-agent-credentials-api-openapi.yml
  type: openapi
- name: applicationAgentsApi
  url: ../openapi/indykite-application-agents-api-openapi.yml
  type: openapi
- name: applicationsApi
  url: ../openapi/indykite-applications-api-openapi.yml
  type: openapi
- name: projectsApi
  url: ../openapi/indykite-projects-api-openapi.yml
  type: openapi
workflows:
- workflowId: provisionProjectAndAppAgent
  summary: Stand up a new project with an application, app agent, and credential.
  inputs:
    type: object
    properties:
      projectName:
        type: string
      applicationName:
        type: string
      appAgentName:
        type: string
  steps:
  - stepId: createProject
    operationId: createProject
    requestBody:
      contentType: application/json
      payload:
        name: $inputs.projectName
    outputs:
      projectId: $response.body#/id
  - stepId: createApplication
    operationId: createApplication
    requestBody:
      contentType: application/json
      payload:
        project_id: $steps.createProject.outputs.projectId
        name: $inputs.applicationName
    outputs:
      applicationId: $response.body#/id
  - stepId: createApplicationAgent
    operationId: createApplicationAgent
    requestBody:
      contentType: application/json
      payload:
        application: $steps.createApplication.outputs.applicationId
        name: $inputs.appAgentName
    outputs:
      appAgentId: $response.body#/id
  - stepId: createApplicationAgentCredential
    operationId: createApplicationAgentCredential
    requestBody:
      contentType: application/json
      payload:
        application_agent_id: $steps.createApplicationAgent.outputs.appAgentId
    outputs:
      credentialId: $response.body#/id
  outputs:
    projectId: $steps.createProject.outputs.projectId
    appAgentId: $steps.createApplicationAgent.outputs.appAgentId
    credentialId: $steps.createApplicationAgentCredential.outputs.credentialId

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/indykite-provision-project-appagent"
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.