Agent Catalog

API agents

API validation.

Overview

API agents exercise REST and GraphQL contracts with schema validation, status-code expectations, pagination boundaries, and negative cases for auth and rate limits. They integrate with OpenAPI specifications when linked to your project.

Enable agents per organization in Automation → AI Agents. Human review applies to generated output before release-critical use.

Who should read this

  • QA engineers, SREs, platform teams, and developers operating Zof Console and APIs.

Prerequisites

  • Organization administrator approval to enable agent category
  • Staging or approved test environment reachable from execution plane
  • Requirement linkage for audit-oriented teams (recommended)

When to use this workflow

  • Contract validation after backend versioning
  • Smoke suite on staging APIs before mobile app release
  • Breaking-change detection between staging and production mirrors

Step-by-step procedure

Connect API definition

Platform → Topology or project settings → link OpenAPI/GraphQL schema.

Map environments with base URLs and auth profiles.

Enable API agents

Automation → AI Agents → API → Enable.

Select agents aligned to REST vs GraphQL stacks.

Run contract suite

Operate → Runs → start run with API category cases.

Inspect failures for schema drift vs environment misconfiguration.

Key concepts

api validation scope
HTTP status codes and response schema shape; Auth header and token expiry behavior; Pagination cursors and empty result sets; Idempotency and conflict responses on mutating endpoints.
Check 1
HTTP status codes and response schema shape
Check 2
Auth header and token expiry behavior
Check 3
Pagination cursors and empty result sets

Best practices

  • Store synthetic credentials in Admin secrets, not in case metadata
  • Separate read-only smoke from destructive mutation suites
  • Version OpenAPI uploads when teams ship breaking API changes

Was this page helpful?

01The operational surface

One surface for posture, operations, and what needs attention next.

The Zof home is not a marketing dashboard. It is the operational surface engineering, QA, and SRE teams use every day, quality posture, in-flight runs, coverage by module, and the actions a leader should look at next.

OPERATIONAL KPIs

  • Runs
  • Coverage
  • Risk

Live across every environment you ship to.

WORK SPINE

  • Specs
  • Tests
  • Schedules

From specification to scheduled regression.

GUARDRAILS

  • RBAC
  • SSO
  • audit

Every action attributable to a named human.

STAGING · LIVE/home
Zof AI home command center showing 12 runs at 94% pass, 3 open critical issues, 84% coverage, four module traceability bars, the specification pipeline, upcoming schedules, and recommended next actions with an active-runs sidebar.
Home view · Checkout Service · Staging · captured live from the product.
  • 01 · RUNS · 24H

    94% pass

    12 runs across staging

  • 02 · COVERAGE

    84%

    Across four modules

  • 03 · ACTIVE RUNS

    3 running

    Live on this branch

  • 04 · NEXT ACTIONS

    Recommended

    Triage gaps, new spec

API agents | Zof AI Documentation