AI Development ๐ค
Overview
We're big fans of using AI tools for development - when done safely. We've created two context files to help AI coding assistants understand our API and generate accurate code.
Context Files
llms.txt - Table of contents for quick navigation llms-full.txt - Complete API documentation and examples
Use llms.txt
when you need to find something quickly. Use llms-full.txt
when implementing features or debugging.
Additional Resources
OpenAPI Spec - For generating clients in any language
API Clients - Official client libraries for TypeScript, Python, Swift, Kotlin, and Dart
AI in Production: Check out Claude Code Watchdog - a 100% AI-generated tool we use daily. It filters out flaky test noise so we can focus on real bugs.
Last updated
Was this helpful?