fal · Arazzo Workflow

fal Set And Verify Serverless Secret

Version 1.0.0

Create or replace a Serverless secret, then list secret names to confirm it is present.

1 workflow 1 source API 1 provider
View Spec View on GitHub Artificial IntelligenceGenerative AIGenerative MediaImage-GenerationVideo GenerationAudio GenerationInferenceServerlessGPUMCPArazzoWorkflows

Provider

fal-ai

Workflows

set-and-verify-secret
Write a Serverless secret and confirm its name is registered.
Sets a named secret for the calling organization, then lists secret names to confirm the write landed.
2 steps inputs: secretName, secretValue outputs: savedName, secretNames
1
setSecret
Create or replace the named secret injected into Serverless runs.
2
listSecrets
List the organization's secret names to confirm the newly written secret is registered. Values are never returned.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: fal Set And Verify Serverless Secret
  summary: Create or replace a Serverless secret, then list secret names to confirm it is present.
  description: >-
    Secrets are injected as environment variables into fal Serverless runs.
    This workflow creates or replaces a named secret and then lists the
    organization's secret names to verify the new secret appears in the
    catalog. Secret values are never returned by the list endpoint, so
    verification is name-only. 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
  x-realizes-capability-ids:
  - BC-4210.60
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-4210.60
      capability_name: Configuration & Secrets Management
      spec: fal-ai-secrets-api-openapi.yml
      confidence: 0.7
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: secretsApi
  url: ../openapi/fal-ai-secrets-api-openapi.yml
  type: openapi
workflows:
- workflowId: set-and-verify-secret
  summary: Write a Serverless secret and confirm its name is registered.
  description: >-
    Sets a named secret for the calling organization, then lists secret names
    to confirm the write landed.
  inputs:
    type: object
    required:
    - secretName
    - secretValue
    properties:
      secretName:
        type: string
        description: Name of the secret to create or replace.
      secretValue:
        type: string
        description: Value injected as an env var into Serverless runs.
  steps:
  - stepId: setSecret
    description: >-
      Create or replace the named secret injected into Serverless runs.
    operationId: setSecret
    requestBody:
      contentType: application/json
      payload:
        name: $inputs.secretName
        value: $inputs.secretValue
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      savedName: $response.body#/name
  - stepId: listSecrets
    description: >-
      List the organization's secret names to confirm the newly written secret
      is registered. Values are never returned.
    operationId: listSecrets
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      secretNames: $response.body#/0/name
  outputs:
    savedName: $steps.setSecret.outputs.savedName
    secretNames: $steps.listSecrets.outputs.secretNames

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/fal-ai-set-and-verify-secret-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 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.