Public functions

Every function here is real, deployed Python you can call over HTTPS right now. Deployments are anchored on-chain (source hash + artifact hash + DA blob id inside a signed DEPLOY tx) and executed off-chain in a hardened container. Each call is metered and pays the developer in ANM.

Try a function live

Every call below hits the real execution endpoint and runs in the hardened sandbox.

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.

Directory

7 public functions

ANM Toolkit (paid)

0.005 ANM/call + metered

Exact-integer ANM money math with a 0.005 ANM per-call surcharge — the earnings split, live.

POST https://animica.dev/api/cloud/v1/fn/examples/anm-toolkit
openin ANM Toolkit4 runs

Chain Pulse (AI + pandas workflow)

metered

animica.http.fetch live chain data -> pandas/numpy block-interval stats -> AI narrative.

POST https://animica.dev/api/cloud/v1/fn/examples/chain-pulse
open2 capabilitiesin Chain Pulse2 runs

Agent Calls App

metered

Nested execution: animica.call() into the paid toolkit, under one shared spend budget.

POST https://animica.dev/api/cloud/v1/fn/examples/agent-calls-app
open1 capabilityin Agent Calls App2 runs

AI Summarizer

metered

Summarize text with animica.ai.infer (AI_INFERENCE), with an honest extractive fallback.

POST https://animica.dev/api/cloud/v1/fn/examples/ai-summarizer
open1 capabilityin AI Summarizer2 runs

race

by rracemshlghsd · v1
metered
POST https://animica.dev/api/cloud/v1/fn/rracemshlghsd/race-racemshlghsd
open0 runs

Scheduled Agent

metered

A chain-height monitor driven by a CloudSchedule, remembering runs in animica.state.

POST https://animica.dev/api/cloud/v1/fn/examples/scheduled-agent
open2 capabilitiesin Scheduled Agent0 runs

Hello API

metered

The minimal request/response function — the whole runtime ABI in one file.

POST https://animica.dev/api/cloud/v1/fn/examples/hello-api
openin Hello API0 runs