Developer documentation for integrating Bounceless email verification through the GA API, CLI, local MCP server, or agent skill.
- Quickstart — create an API key and make a first controlled request.
- API reference — inspect the four-route HTTP contract and response shapes.
- CLI guide — submit, inspect, and export verifications from a shell.
- MCP guide — configure the local product MCP server without confusing it with Mintlify's documentation transport.
- Agent skill — install the same public workflow guidance as raw Markdown.
- Feedback, contributions, and security — propose a correction or report a sensitive issue through the appropriate channel.
This repository is the public Mintlify source for docs.bounceless.io. It contains documentation and the four-route GA OpenAPI contract; no product or server code belongs here.
package.json includes "private": true only to prevent accidental npm publication. It does not describe GitHub visibility.
npm ci --include=dev --ignore-scripts
npm run check
npm run devHuman-facing MCP documentation lives at /guides/mcp. The /mcp route is reserved for Mintlify's documentation MCP transport.
skill.md is the canonical agent skill. Run npm run sync:skill after changing it; npm run check rejects stale well-known copies or digests.
- License: Apache-2.0
- Default branch:
main - Org: Bounceless-io