AM
AutEng MCP - Markdown Publishing & Document Share Links
/auteng_docs_update
auteng docs update
Update an existing document in the agent's workspace. Requires EIP-191 wallet signature auth. See auteng_docs_create for auth details. Args: wallet_addre
liveverifiedunknown~5s typical
mcpprobedautengmcp-
$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-ai-auteng-docs /auteng_docs_update for me.
Input
| Field | Type | Description |
|---|---|---|
| wallet_address* | string | |
| wallet_signature* | string | |
| wallet_timestamp* | string | |
| wallet_nonce* | string | |
| agent_display_name* | string | |
| path* | string | |
| content* | 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-ai-auteng-docs","endpoint":"/auteng_docs_update","input":{"wallet_address":"...","wallet_signature":"...","wallet_timestamp":"...","wallet_nonce":"...","agent_display_name":"...","path":"...","content":"..."}}'cli
npx cracked-ai run -p mcp-ai-auteng-docs -e /auteng_docs_update -i '{"wallet_address":"...","wallet_signature":"...","wallet_timestamp":"...","wallet_nonce":"...","agent_display_name":"...","path":"...","content":"..."}'mcp
run_tool({ provider: "mcp-ai-auteng-docs", endpoint: "/auteng_docs_update", input: {"wallet_address":"...","wallet_signature":"...","wallet_timestamp":"...","wallet_nonce":"...","agent_display_name":"...","path":"...","content":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.