$0.0011 per requestTestnet developer previewBase Sepolia x402

Agent memory and routing, paid per call.

A hosted HTTPS API for querying seeded preview memory, routing tasks to leCore capabilities, and reading service readiness. This Base Sepolia developer preview uses testnet USDC and does not accept production payments.

Endpointhttps://lecore.rati.foundation
StageTestnet developer preview
Protocolx402 v2

Four-step quickstart

Inspect the terms before signing anything.

  1. Read the free manifest

    GET /pricing returns the exact route, network, asset, receiver, and price.

  2. Make an unsigned request

    The protected route returns 402 with a base64 Payment-Required challenge.

  3. Sign with an x402 v2 client

    Use the x402 buyer guide to configure a testnet wallet and payment client.

  4. Retry and verify settlement

    Send Payment-Signature; a successful response includes Payment-Response.

First request: no wallet requiredOpen route docs
curl -i https://lecore.rati.foundation/v1/dashboard

Expected: HTTP 402 plus Payment-Required. This safely exposes the payment contract without moving testnet funds.

Inspect exact preview termsOpen live JSON
curl -sS https://lecore.rati.foundation/pricing

Paid API surface

Three explicit operations, with no account or subscription.

POST

Recall

/v1/recall

Query the seeded public preview memory or an operator-provisioned private tenant.

POST

Route

/v1/route

Send a plain-language task and receive an explicit act, choose, or unknown decision with evidence.

GET

Dashboard

/v1/dashboard

Read memory, capability-routing, and deterministic-engine readiness for one tenant.

Preview boundaries

Deployed, health-checked, and ready to test.

Base Sepolia testnet only. The public memory dataset is read-only; private tenants and memory writes are currently operator-provisioned. Operator routes require separate authorization and are absent from the public OpenAPI schema.

Per request
$0.0011 per request
Per 1,000
$1.10 per 1,000 requests
Network
Base Sepolia
API version
0.2.10

Start testing

See the full request and response contract.