Astropods
create-customer-story

postman/create-customer-story

customer-storiescase-studymarketing
Details
Visibility
public
Deploys
4
Build Number
44024bea
Updated
Sep 15, 2026
Contributors
Integrations
AnthropicGitHub
Capabilities
create-customer-story
More blueprints
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:

  1. Create page-data/customer-stories/<slug>.json
  2. Insert a filter card at the top of src/app/components/filters/customer-stories-data.jsx
  3. Insert a customerStories.cards.<slug> entry into translations/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

VarPurpose
ANTHROPIC_API_KEYAuto-injected by the anthropic model integration.
GITHUB_TOKENToken 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.