AI Agents posts from the Swytchcode blog.
How swy exec works: the single execution path for running Swytchcode tools, either by canonical ID or by plain-English intent.
How to use Swytchcode's guard policies to control exactly what an AI agent is allowed to execute, enforced before any request leaves your machine.
What tooling.json, manifest.json, and policies.json actually do in a Swytchcode project, and which CLI commands read and write each one.
A look at how Swytchcode automatically retries failed API calls with backoff, and why that retry logic is safe by default instead of risky.
Idempotency stops a retried API call from repeating its side effect. Here's what that means and how Swytchcode applies it automatically to every tool call.
An execution layer sits between an AI agent and real APIs, handling authentication, retries, and policy checks. Here's what that means and why it matters.