Access your sandbox

Register once. Return with your token. Manage like an admin.

Reserve a namespace on a first-come basis or sign in with your existing namespace and token. After login, the page switches into the request-log workspace where you can inspect recent traffic, expand request and response payloads, and copy requests in multiple formats.

You will see the token only once in a secure modal. Keep it for future login and API access.
Ready. Reserve a namespace or log in with your existing token.
Workspace Preview
POST/auth/login

Inline mode, versioned under /v1, visible with grouped metadata and payload preview.

POST/auth/send-otp

Record mode with flow states and session-aware responses using x-fakeapi-session.

GETAI Export

Agents can fetch the endpoint map, metadata, and implementation-ready hints in one call.

POST /api/ai/export { "namespace": "vexlo-demo", "token": "your-token" } 200 OK { "metadata": { "endpointCount": 8, "versions": ["1", "2"] } }
Listener Mode

Namespace Request Log

Overview

This server only listens. Every request sent to this namespace is recorded here and, if it contains fakeresponse, the same response is returned to the client.