postman/create-customer-story
customer-storiescase-studymarketing
- Visibility
- public
- Deploys
- 4
- Build Number
- 44024bea
- Updated
- Sep 15, 2026
create-customer-story
AGENT.md
create-customer-story
Astro Agent that turns case study content (pasted text, an attached doc, or a public Google Doc URL) into a /customer-stories/<slug>/ page in postman-eng/marketing-site-www-next-app, opening a PR against develop.
Unlike the create-enterprise-page agent (which writes a single JSON file), a customer story needs three coordinated edits, all committed together by the create_pr tool:
- Create
page-data/customer-stories/<slug>.json - Insert a filter card at the top of
src/app/components/filters/customer-stories-data.jsx - Insert a
customerStories.cards.<slug>entry intotranslations/en/global.json
page-urls/urls.json is intentionally not committed — the build pipeline regenerates it (npm run pages) before next build.
The full spec is in agent/skills/create-customer-story/SKILL.md. It is loaded as the agent's instructions at startup.
Required env vars
| Var | Purpose |
|---|---|
ANTHROPIC_API_KEY | Auto-injected by the anthropic model integration. |
GITHUB_TOKEN | Token with Contents + Pull requests write on postman-eng/marketing-site-www-next-app. Used by the create_pr tool. |
See README.md → GitHub token setup for setup steps.
- Visibility
- public
- Deploys
- 4
- Build Number
- 44024bea
- Updated
- Sep 15, 2026
create-customer-story