Agent Calls App
One function paying another — the agent-to-agent economy.
Pay per use
0total runs
0runs, last 30 days
—success rate
—avg duration
About
Demonstrates animica.call(): a function invokes another deployed function, the nested execution is recorded in the trace, and its cost is charged inside the caller authorized budget with enforced depth and spend limits.
Launch
Runs examples/agent-calls-app live in the hardened sandbox. Sensitive capabilities listed below only ever act with your explicit, revocable authorization.
POST /api/cloud/v1/fn/examples/agent-calls-app
Runs anonymously on the shared free tier (rate-limited). Add an API key from your account for higher limits.
API
Call it from anywhere — the endpoint speaks plain JSON over HTTPS and returns the execution's request id and metered cost in X-Animica-* headers.
curl -X POST https://animica.dev/api/cloud/v1/fn/examples/agent-calls-app \
-H 'content-type: application/json' \
-d '{}'Reviews
No reviews yet. Run the app, then leave the first one from your account.