Turn any application, API, file, MCP server, or private service into an identity-bound qURL accessible by humans and AI agents—without VPNs, login portals, or shared credentials.
curl -X POST https://api.layerv.ai/v1/qurls \
-d '{"target_url":"https://internal.example.com"}'
// Response
{ "qurl": "https://qurl.link/..." }One API call creates a secure, identity-bound access path to applications, APIs, files, servers, and MCP services for both humans and AI agents.
POST /qurlshttps://qurl.link/#at_a1b2c3d4https://r_a1b2c3d4.qurl.siteTurn Any Resource Into a qURL with One API Call
curl -X POST https://api.layerv.ai/v1/qurls \
-H "Authorization: Bearer $LAYERV_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"target_url": "https://internal.example.com/admin",
"expires_in": "1h",
"one_time_use": true
}'{
"data": {
"resource_id": "r_k8xqp9h2sj9",
"qurl_link": "https://qurl.link/at_abc123def456",Single-use access link
"qurl_site": "https://r_k8xqp9h2sj9.qurl.site",
"expires_at": "2026-03-07T14:00:00Z"Auto-expires in 1 hour
},
"meta": {
"request_id": "req_abc123"
}
}Every component below is open source. Click on any box to view the reference implementation.
Reference Slack Agent and Discord Agent implementations. Generate identity-bound, single-use qURLs directly from chat.
github.com/layervai/qurl-integrations →Official TypeScript and Python SDKs. Mint identity-bound, single-use qURLs from your own applications and services.
github.com/layervai/qurl-typescript →Model Context Protocol integration. Let AI agents and MCP clients request qURL-protected access to tools and resources.
github.com/layervai/qurl-mcp →The full Network-infrastructure Hiding Protocol reference implementation — the open standard qURL is built on.
github.com/OpenNHP/opennhp →Identity verification in milliseconds. Enterprise-grade reliability at global scale.
From signup to production protection
vs 100-300ms for typical VPN handshakes
All ports closed until authenticated
With built-in retry and automatic failover
From fully managed to fully self-hosted
Fully managed qURL infrastructure. Connect your IdP, register resources, and start issuing qURLs in minutes.
qURL Gateway runs in your VPC while LayerV manages the control plane. Your data never leaves your network.
Full platform deployment in your infrastructure. For enterprises with strict compliance or air-gapped requirements.
Upgrade your infrastructure to qURL. Start with the free tier — 500 qURLs/month, no credit card required.