Download Agent Script Documentation

Download the Agent Script documentation as Markdown files so your coding agents can reference correct syntax and patterns without web lookups. Use the files as grounding context for agentic coding tools, or search them locally.

Prefer a pre-packaged agent skill? Use the Agentforce Development Skill to build, modify, debug, and deploy Agentforce agents with Agent Script. This skill is part of the Agentforce Vibes Library.

  1. Download the documentation bundle: AgentScriptDocs.zip.
  2. Unzip the file into your project workspace or the context source used by your coding agent.

The bundle contains Markdown files organized into these categories:

FolderContents
rootLanguage overview, agent script blocks, model config, flow of control, managing your agent
reference/Syntax, keywords, and semantics for Agent Script features
patterns/Solutions for common tasks like multi-turn conversations, action chaining, and conditional logic
examples/Complete agent implementations you can use as starting points

Point your coding agent’s context to the unzipped folder. For example, in a CLAUDE.md or similar context file:

Your agent can then look up syntax in the reference files and follow established patterns when generating Agent Script code.