Anansi Core

Control Panel

Menu

Job Builder

Scaffold a new job type package

Collect the critical job type details once, then download a starter zip with contracts, samples, notes, and a buildable wheel skeleton for a developer to finish.

Output Downloadable zip
Includes Contracts + notes
Defaults Developer-ready

Builder Inputs

Use the defaults if you just need a solid starting point. The generated package includes a wheel build script, handler skeleton, sample metadata files, and developer guidance.

Reset Defaults Download Zip

Canonical runtime name. Lowercase with dots is the safest default.

This becomes the package README summary for the developer receiving the scaffold.

Input Contract

Define the operator-facing request shape and sample payload the developer should start from.

Reset Sample Input Add Input Field

Output Contract

Document the expected result shape so the developer starts with a clear completion contract.

Reset Sample Output Add Output Field

Runtime Config Schema

Define the global config fields and worker override fields the job type will expose in the Anansi UI.

Global Config Fields
API URL API Key Enabled Retry Count Add Field
Worker Override Fields
API URL API Key Enabled Retry Count Add Field

Developer Guidance

These notes are included in the scaffold as `DEVELOPER_NOTES.md`.

Ready