FE
Forge Engine
/post_log
post log
Append a build-log entry to Activity — what you built/decided (commit-note style).
liveverifiedunknown~5s typical
mcpprobedforgeengine
$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-app-forgeengine-forge /post_log for me.
Input
| Field | Type | Description |
|---|---|---|
| text* | string | What you did / decided (1–2 sentences) |
| entity | string | System/screen/milestone it's about |
| version | string | e.g. "0.379.0" |
| project_id | string |
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-app-forgeengine-forge","endpoint":"/post_log","input":{"text":"..."}}'cli
npx cracked-ai run -p mcp-app-forgeengine-forge -e /post_log -i '{"text":"..."}'mcp
run_tool({ provider: "mcp-app-forgeengine-forge", endpoint: "/post_log", input: {"text":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.