redlynr.com

redlynr.com
Category
Service
Network
Avg / request
$0.001
Endpoints
1

Service overview

What is redlynr.com?

Agent guardrail decision engine. Call once before every agent action; returns a single decision — proceed, slow down (with a reason and wait time), or stop — based on cost budget, chain depth, step cap and retry budget, and request volume pressure. Policy thresholds are configured separately via /policy; this endpoint only reports the decision for a single action.

Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.

Paste into your agentic chat and let your agent guide you.

Make a Call

Example request
npx awal x402 pay "https://redlynr.com/run" \
  --method POST \
  --data '{
  "agent_id": "{agent_id}",
  "chain_id": "{chain_id}",
  "is_retry": "{is_retry}",
  "step_cost": "{step_cost}",
  "tenant_id": "{tenant_id}"
}'
What you get back
{
  "endpoint": "POST /run",
  "paid": true,
  "query": "example input",
  "result": {
    "value": "Structured response from the service."
  }
}

Similar Services