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
| Field | Type | Description |
|---|---|---|
| session_id | string | MCP session ID returned by initialize. |
| request_id | string | Caller request ID associated with the prior ATL decision. |
| correlation_id | string | Caller correlation ID linking this result to related work. |
| decision_reference* | string | ATL decision ID returned by the prior atl_decide call. |
| outcome_correlation_token* | string | ATL token returned with the prior decision to authorize this outcome link. |
| provider_id | string | Provider selected by ATL for the prior decision. |
| final_provider_id | string | Provider that actually completed execution, if it changed. |
| outcome_status* | string | Final real-world execution result, such as SUCCESS or FAILURE. |
| observed_latency_ms | number | Observed provider execution latency in milliseconds. |
| observed_cost | number | Observed provider execution cost. |
| error_code | string | Provider error code observed during execution. |
| failure_type | string | Category of the observed execution failure. |
| http_status | integer | HTTP status returned by the provider, when applicable. |
| cancelled | boolean | Whether execution was cancelled before completion. |
| attempt_outcomes | array | Observed 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.