Agent Traffic Lab
AT
Agent Traffic Lab
/atl_outcome

atl outcome

Call this after executing an ATL decision to report the real result: success, failure, timeout, payment or auth failure, unusable result, or any other real exec

liveverifiedunknown~5s typical
mcpprobedagenttrafficlab
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-agenttrafficlab-atl /atl_outcome for me.

Input

FieldTypeDescription
session_idstringMCP session ID returned by initialize.
request_idstringCaller request ID associated with the prior ATL decision.
correlation_idstringCaller correlation ID linking this result to related work.
decision_reference*stringATL decision ID returned by the prior atl_decide call.
outcome_correlation_token*stringATL token returned with the prior decision to authorize this outcome link.
provider_idstringProvider selected by ATL for the prior decision.
final_provider_idstringProvider that actually completed execution, if it changed.
outcome_status*stringFinal real-world execution result, such as SUCCESS or FAILURE.
observed_latency_msnumberObserved provider execution latency in milliseconds.
observed_costnumberObserved provider execution cost.
error_codestringProvider error code observed during execution.
failure_typestringCategory of the observed execution failure.
http_statusintegerHTTP status returned by the provider, when applicable.
cancelledbooleanWhether execution was cancelled before completion.
attempt_outcomesarrayObserved results for individual provider execution attempts.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-agenttrafficlab-atl","endpoint":"/atl_outcome","input":{"decision_reference":"...","outcome_correlation_token":"...","outcome_status":"..."}}'
cli
npx cracked-ai run -p mcp-com-agenttrafficlab-atl -e /atl_outcome -i '{"decision_reference":"...","outcome_correlation_token":"...","outcome_status":"..."}'
mcp
run_tool({ provider: "mcp-com-agenttrafficlab-atl", endpoint: "/atl_outcome", input: {"decision_reference":"...","outcome_correlation_token":"...","outcome_status":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.