Examples
Six working functions, deployed on this platform through the real pipeline by scripts/cloud-examples.ts (repository: examples/, one directory per example with source and a README). Everything below — versions, capabilities, anchors, execution counts and the source itself — is live data.
The examples are not deployed on this instance yet. Run npx tsx scripts/cloud-examples.ts to deploy and execute all six.
Try one now
anonymous free-tier call (hello-api)
curl -s https://animica.dev/api/cloud/v1/fn/examples/hello-api \
-H 'content-type: application/json' -d '{"name": "Ada"}'The AI examples (
ai-summarizer, chain-pulse) call animica.ai.infer and report an engine field: animica-ai when the miner network served the inference, or an honest deterministic fallback when it could not — so the endpoints stay useful and truthful either way. That pattern is documented on the AI page.