Quickstart
Add OneTap to your AI client and create your first pipeline.
Connect on claude.ai
The fastest route. You sign in with your own OneTap account, so anything you create is owned by you — no API key to manage.
Endpoint
https://onetaplabs.com/api/mcp- 1In Claude, open Settings → Connectors.
- 2Click Add custom connector.
- 3Paste the endpoint URL below.
- 4Click Connect, then sign in with your OneTap account and approve access.
- 5Back in any chat, ask: “Create a pipeline for the Q3 launch.”
Config-file clients
For clients that read a config file — Claude Code, Claude Desktop, or any client supporting remote Streamable-HTTP servers — point them at the endpoint with a bearer token instead:
{
"mcpServers": {
"onetap-pipelines": {
"url": "https://onetaplabs.com/api/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}Verify it works
Ask the client to list your pipelines. If the connection is good you get a list back; if the endpoint has not been configured yet you get a 404.
A 404 on a URL you know is right means an administrator still needs to enable the endpoint. Ask your OneTap admin to finish setup.