generated: '2026-08-13' method: generated source: >- openapi/ (all specs), conventions/kickbox-conventions.yml, errors/kickbox-problem-types.yml, sandbox/kickbox-sandbox.yml, rate-limits/kickbox-rate-limits.yml, asyncapi/kickbox-batch-webhooks.yml, https://docs.kickbox.com note: >- Generated by API Evangelist, not published by Kickbox. Kickbox ships no AGENTS.md or skill files — the docs host, llms.txt and the four repositories in github.com/kickboxio were searched and none exists. Every operationId referenced below was verified present in the repository's OpenAPI before being written into a skill; no operation is invented. skills: - file: kickbox-verify-single-address.md name: Verify a single email address with Kickbox description: >- Real-time point-of-capture verification: call verifyEmail, branch on result/reason correctly, handle credits, rate limits and the flat error envelope. api: openapi/kickbox-verification-api-openapi.yml operations: [verifyEmail, getBalance] - file: kickbox-verify-list-in-batch.md name: Verify an email list with the Kickbox batch API description: >- Asynchronous bulk verification: submit up to a million addresses as text/csv, track the job by unsigned callback or polling, and retrieve the one-hour signed results CSV. api: openapi/kickbox-batch-api-openapi.yml operations: [verifyBatch, getBatchResults, getBalance] - file: kickbox-screen-signup-form.md name: Screen a signup form with Kickbox description: >- Two-stage form gating: the free unauthenticated disposable lookup first, then full verification, with a fail-open policy on unknown and protection against credit-burning abuse. api: openapi/kickbox-open-api-openapi.yml operations: [isDisposable, verifyEmail]