AD
AI Dev Jobs
/approve_compiled_application
Approve an Exact Compiled Application
Create a short-lived, single-use authorization for one email-verified candidate, one exact compiled artifact hash, and one unchanged active job. Requires princi
liveverifiedunknown~5s typical
mcpprobedaidevjobs
$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-aidevboard-jobs /approve_compiled_application for me.
Input
| Field | Type | Description |
|---|---|---|
| artifact_hash* | string | Exact SHA-256 artifact hash returned by compile_job_specific_resume. |
| artifact_id* | string | Private artifact ID returned by compile_job_specific_resume. |
| principal_authorized* | boolean | True only after the named candidate reviews and authorizes this exact artifact for its exa |
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-aidevboard-jobs","endpoint":"/approve_compiled_application","input":{"artifact_hash":"...","artifact_id":"...","principal_authorized":true}}'cli
npx cracked-ai run -p mcp-com-aidevboard-jobs -e /approve_compiled_application -i '{"artifact_hash":"...","artifact_id":"...","principal_authorized":true}'mcp
run_tool({ provider: "mcp-com-aidevboard-jobs", endpoint: "/approve_compiled_application", input: {"artifact_hash":"...","artifact_id":"...","principal_authorized":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.