Skip to main content
qURL Developer Platform

One API Call. Universal Access.

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.

  • Identity-Bound
  • Single-Use
  • Invisible by Default
curl -X POST https://api.layerv.ai/v1/qurls \
  -d '{"target_url":"https://internal.example.com"}'

// Response
{ "qurl": "https://qurl.link/..." }
CSA StandardIETF Internet-DraftOpen Source13K+ GitHub Stars
How Universal Access Works

Every Resource Becomes a qURL

One API call creates a secure, identity-bound access path to applications, APIs, files, servers, and MCP services for both humans and AI agents.

qURL Generation FlowqURL Access Flow
Generation
1API CallPOST /qurls
2AuthenticateIdentity verified
3Generate qURLqurl.link/#at_a1b2c3d4
4Register ResourceFile / API / App / Server
Access
5Present qURLHuman or AI agent
6Verify IdentityChecked before connect
7Bridge via ConnectorDocker · Desktop · MCP Server
8Resource Reachabler_a1b2c3d4.qurl.sitePortal vanishes after use

The portal never connects to a resource directly — it is bridged through a connector to reach Files, Web Apps, APIs, and Servers.

Integrate in Minutes

Integrate Anywhere. Deploy Anywhere.

Turn 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
  }'
Response
{
  "data": {
    "resource_id": "r_k8xqp9h2sj9",
    "qurl_link": "https://qurl.link/at_abc123def456",Single-use portal 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.

qURL PlatformBased on OpenNHP
Resource ConnectorsqURL Connector DockerqURL Connector DesktopqURL MCP Server
Performance

Built for Real-Time Access

Identity verification in milliseconds. Enterprise-grade reliability at global scale.

≤ 24 hrs

Time to First Protected Connection

From signup to production protection

< 50ms

Knock-to-Access Latency (p99)

vs 100-300ms for typical VPN handshakes

0

Discoverable Endpoints

All ports closed until authenticated

99.99%

Handshake Success Rate

With built-in retry and automatic failover

Deployment

Run Anywhere

From fully managed to fully self-hosted

LayerV Cloud

Fully managed qURL infrastructure. Connect your IdP, register resources, and start issuing qURLs in minutes.

  • Zero infrastructure to manage
  • Global edge network
  • 99.99% SLA
  • Pay-per-qURL pricing

Hybrid Deployment

qURL Gateway runs in your VPC while LayerV manages the control plane. Your data never leaves your network.

  • Data sovereignty
  • Private networking
  • Your security perimeter
  • Managed updates

Self-Hosted

Full platform deployment in your infrastructure. For enterprises with strict compliance or air-gapped requirements.

  • Complete control
  • Air-gap compatible
  • Custom integrations
  • Enterprise support
Start Building

qURL is the access layer for the AI era.

Upgrade your infrastructure to qURL. Start with the free tier — 500 qURLs/month, no credit card required.