Authentication and API keys
These public endpoints need no key. ReplySwipe does not yet issue API keys or OAuth credentials to third-party agents. Do not send cookies or tokens from a human session.
Read auth.mdReplySwipe for agents
Discover what ReplySwipe solves, inspect capabilities as JSON, and test a recommended workflow without creating an account or exposing customer data.
Fetch public capabilities and integrations with one request. The response is JSON and supports CORS.
curl --fail --silent --show-error \
https://replyswipe.com/api/v1/capabilitiesPublic routes support discovery and evaluation. Review operations remain inside the authenticated application.
/api/v1API index and canonical documentation links
/api/v1/capabilitiesProduct capabilities, integrations, and public-data boundaries
/api/v1/sandbox/recommendationDeterministic workflow recommendation sandbox
/api/mcpMCP Streamable HTTP endpoint
These public endpoints need no key. ReplySwipe does not yet issue API keys or OAuth credentials to third-party agents. Do not send cookies or tokens from a human session.
Read auth.mdDescribe a team and receive a suggested setup. It is deterministic, stores nothing, and changes no account.
Model Context Protocol
Compatible hosts can discover three public read-only tools for inspecting capabilities, recommending a workflow, and listing agent resources.
{
"mcpServers": {
"replyswipe": {
"url": "https://replyswipe.com/api/mcp"
}
}
}View MCP server cardAgent-friendly content
Append .md to a public URL. Use /index.md for the homepage. You can also request text/markdown through content negotiation.