Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Manual - Swamp Club
[go: Go Back, main page]

Skip to main content

MANUAL

Guidance on how to thrive in the swamp.

Swamp is an adaptive automation framework designed to be operated by AI Agents. Start by reading How Swamp Works if you're just getting started.

01Tutorialslearn
02How-to Guidessolve

Set Up Background Autoupdating

Enable opt-in background autoupdating so swamp stays current without manual intervention, using platform-native scheduling (launchd on macOS, systemd or cron on Linux).

How-to Guides →

Authenticate with API Keys

Log in with the swamp CLI, create personal API keys, generate collective tokens for CI/CD, and manage credentials for programmatic access.

How-to Guides →

Troubleshoot Your Swamp Repo

Diagnose and fix a broken swamp repository with swamp doctor — find broken audit hooks, unhealthy extensions, and malformed workflow YAML files.

How-to Guides →

Gate a Workflow with Manual Approval

Pause a workflow at a manual_approval step so a human signs off before production runs — check pending gates, approve or reject with a reason, and resume.

How-to Guides →
03Referencelookup

CEL Expressions

Complete reference for CEL expression syntax, context variables, operators, functions, and data queries in swamp

Reference →

Model Definitions

Complete YAML schema reference for swamp model definitions — fields, types, defaults, constraints, and validation rules

Reference →

OpenTelemetry

Reference for OpenTelemetry configuration, span hierarchy, context propagation, and instrumentation points in swamp

Reference →

Workflows

Complete YAML schema reference for swamp workflows — jobs, steps, tasks, dependencies, triggers, forEach iteration, and execution ordering

Reference →

Vaults

Complete reference for swamp vaults — types, creation, key storage, retrieval, annotations, CEL integration, encryption, and environment variable mounting

Reference →

Data Outputs

Reference for swamp data outputs: resource and file specs, lifetime, garbage collection, versioning, streaming, tags, sensitive fields, and CLI

Reference →

Repository Configuration

Complete YAML schema reference for .swamp.yaml — every field, type, default, environment variable override, and validation rule

Reference →

Data Querying

Reference for swamp data query: CEL predicates, DataRecord fields, --select projections, tag filtering, data.query() in expressions, and interactive TUI

Reference →

Datastore Configuration

Reference for swamp datastore backends, configuration fields, hydration strategies, environment variable overrides, sync behavior, distributed locking, and CLI commands

Reference →

Namespace Commands

CLI reference for swamp datastore namespace commands — set, unset, migrate, and list namespace operations

Reference →

Doctor

Reference for the swamp doctor subcommands — audit, extensions, install, secrets, and workflows. Flags, exit codes, and the text and JSON output shapes.

Reference →

API Key Authentication

Reference for swamp API key formats, authentication headers, credential storage, scoping rules, limits, and the full key lifecycle.

Reference →

TLS and Proxies

Reference for the swamp TLS trust store defaults, DENO_TLS_CA_STORE, DENO_CERT, and SSL_CERT_FILE environment variables, and SSL_CERT_DIR limitations

Reference →

Notifications

What triggers a Lab inbox notification, how mentions are parsed, the dedup and rate-limit rules, and scope caveats.

Reference →
04Explanationunderstand