1 · Write
A plain Python function. The whole interface is one entrypoint:
def main(request):
name = request.get("name", "world")
return {"message": f"Hello {name}"}
Need more? animica.ai.infer() for AI, animica.call() to buy another app’s output, animica.state to remember things — each one a capability you declare.