Agents and automation
Install the PDFDesignAPI agent skill
Install a reusable instruction skill that teaches coding agents to integrate PDFDesignAPI safely.
Reviewed 2026-08-05 · PDFDesignAPI Engineering
Install for OpenCode
Run this command from your project root. The skill contains API selection, embedded designer, validation, security, retry, and testing guidance.
Review downloaded instructions before use, pin them in source control if your team requires reproducible agent behavior, and never place a real API token in prompts or skill files.
mkdir -p .opencode/skills/pdfdesignapi
curl -fsSL https://pdfdesignapi.com/skills/pdfdesignapi/SKILL.md -o .opencode/skills/pdfdesignapi/SKILL.mdUse the skill
Ask the agent to load the pdfdesignapi skill before implementing or reviewing an integration.
The skill directs the agent to discover the selected template contract, keep credentials server-side, validate fixtures, choose the correct generation mode, and use the compound base/external UUID workflow for embedded layouts.
Other agent clients
The file follows the portable Agent Skills SKILL.md format. Install it in the skill directory supported by your agent client.
If a client does not support skills, provide the reviewed file as project instructions instead.