# ZeroDrop ## Docs - [Quickstart](https://docs.zerodrop.dev/quickstart.md) - [AI Coding Tools](https://docs.zerodrop.dev/ai-coding.md): Use ZeroDrop with Cursor, GitHub Copilot, and Claude Code — TypeScript and Python. - [SDK Reference](https://docs.zerodrop.dev/sdk-reference.md) - [Python SDK](https://docs.zerodrop.dev/python.md): ZeroDrop Python SDK reference — email.otp and email.magic_link auto-extracted. No Docker, no regex, no signup. - [Go SDK](https://docs.zerodrop.dev/go.md): Test email flows in Go — OTPs and magic links auto-extracted. Zero dependencies, stdlib only. - [Ruby SDK](https://docs.zerodrop.dev/ruby.md): Test email flows in RSpec, Minitest and Capybara — OTPs and magic links auto-extracted. Zero dependencies. - [PHP SDK](https://docs.zerodrop.dev/php.md): Test email flows in PHPUnit, Pest and Laravel Dusk — OTPs and magic links auto-extracted. - [Java SDK](https://docs.zerodrop.dev/java.md): Test email flows in JUnit, Selenium and Playwright for Java — OTPs and magic links auto-extracted. - [Playwright](https://docs.zerodrop.dev/playwright.md) - [Cypress](https://docs.zerodrop.dev/cypress.md) - [GitHub Actions](https://docs.zerodrop.dev/github-actions.md) - [Self-Hosting](https://docs.zerodrop.dev/self-hosting.md) - [Fetch emails for an inbox](https://docs.zerodrop.dev/api-reference/inbox/fetch-emails-for-an-inbox.md): Returns all emails currently stored for the given inbox name. Emails expire after 30 minutes. Returns an empty array if the inbox has no emails or has expired. - [Stream emails via SSE](https://docs.zerodrop.dev/api-reference/inbox/stream-emails-via-sse.md): Opens a Server-Sent Events stream for the given inbox. The server polls Redis with an exponential backoff strategy and pushes an event the moment an email arrives. The connection closes automatically after the first email or after 30 seconds (timeout). - [Join the Workspaces waitlist](https://docs.zerodrop.dev/api-reference/waitlist/join-the-workspaces-waitlist.md): Adds an email address to the Workspaces waitlist. You will be contacted when Workspaces launches. ## OpenAPI Specs - [openapi](https://docs.zerodrop.dev/openapi.json)