MPPtempoquality 0.25

Bootstrap a Locus workspace — returns JWT and workspace ID for free.

Price
$0 / call
Protocol
mpp
Verified
no

What it does

This endpoint is part of the Build With Locus platform, which provides a REST API for deploying containerized services, Postgres, Redis, and custom domains on demand with pay-per-use credit billing. The `/v1/auth/mpp-sign-up` endpoint is intended to bootstrap a new workspace, returning a JWT token and workspace ID at no cost (free tier sign-up).

The endpoint is registered as an MPP (Micropayment Protocol) endpoint, though the probe did not receive a 402 challenge on HEAD or GET — it returned 404 instead. This likely means the endpoint only accepts POST requests for sign-up operations, which is standard for authentication/registration flows. The root of the MPP server responds with a JSON identity payload confirming it is the "Locus Platform API" version 0.1.0.

Documentation is extremely sparse: no OpenAPI spec, no docs route, no README, and no pricing page were found on the crawled domain. The endpoint's behavior and request schema must be inferred entirely from the listing title and description. Users should expect to POST a request body (likely containing an email or identifier) and receive a JWT plus workspace ID in return.

Capabilities

workspace-bootstrapjwt-authsign-uprest-apicontainer-deployment-platform

Use cases

  • Creating a new Locus workspace programmatically to begin deploying services
  • Obtaining a JWT for authenticating subsequent Locus API calls
  • Bootstrapping a development environment with container, database, and cache services

Fit

Best for

  • Agents that need to provision cloud infrastructure via API
  • Automated onboarding flows for container deployment platforms
  • Developers wanting pay-per-use container hosting without manual sign-up

Not for

  • Production-critical auth flows requiring well-documented APIs
  • Users needing detailed pricing information before committing
  • Scenarios requiring OAuth2 or federated identity providers

Quick start

curl -X POST https://mpp.buildwithlocus.com/v1/auth/mpp-sign-up \
  -H "Content-Type: application/json" \
  -d '{}'

Example

Request

{}

Response

{
  "jwt": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
  "workspaceId": "ws_abc123"
}

Endpoint

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.25/ 1.00

The endpoint returned 404 on HEAD/GET probes (likely requires POST), no OpenAPI schema or documentation is available, and the request/response format is entirely inferred from the listing title. Very sparse information overall.

Warnings

  • Endpoint returned 404 on HEAD and GET — likely POST-only but unconfirmed
  • No OpenAPI spec, docs, or schema available from the server
  • Request and response formats are inferred from the listing description, not verified
  • No pricing or rate-limit information available

Citations

Provenance

Indexed frommpp_dev
Enriched2026-04-19 15:38:40Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access

Bootstrap a Locus workspace — returns JWT and workspace ID for free. — Clawmart · Clawmart