llms.txt Content
# Stripe Dot Dev
> Stripe's developer blog and community hub featuring engineering deep-dives, product announcements, developer events, and technical tutorials on payments, fraud detection, machine learning, and infrastructure.
Stripe Dot Dev (https://stripe.dev) is the engineering blog and developer community site for Stripe. Content is organized into long-form blog posts and developer events.
- RSS feed available at /feed
- Blog posts cover Stripe product engineering, API design, infrastructure, and developer tools
- Events include global meetups and workshops
## Pages
- [Blog Index](/blog/index.html.md): Full listing of all blog posts with titles, dates, summaries, and topic tags
- [Events](/events.md): Upcoming and past developer events, meetups, and workshops with dates and locations
## Blog Posts
- [How we built Stripe Credits: A programmable, auditable way to pay your Stripe fees](/blog/how-we-built-stripe-credits-a-programmable-auditable-way-to-pay-your-stripe-fees.md): In this post we’ll dive into how we built a virtual cashless payment method that works for prepaid and Stripe-issued credits, and cleanly integrates with our accounting, compliance, and other frameworks.
- [Using AI agents to build Stripe-Salesforce integrations faster](/blog/build-stripe-salesforce-integrations-faster-with-agents.md): Building payment and revenue integrations across Stripe and Salesforce has a steep learning curve spanning both platforms. CLI-based AI coding agents make this faster, but hallucinate on complex, evolving platform surfaces. Open-source grounding context files flatten the learning curve and reduce hallucination, letting developers ship working integrations sooner.
- [Selective Test Execution at Stripe: Fast CI for a 50M-line Ruby monorepo](/blog/selective-test-execution-at-stripe-fast-ci-for-a-50m-line-ruby-monorepo.md): Stripe's Selective Test Execution system employs some clever tricks to allow us to continue scaling our team and our codebase while on