Scheduled Agent

by Animica ExamplesFounding DeveloperAutomation

A function that wakes up on a schedule and remembers.

Pay per use
Post on X
0total runs
0runs, last 30 days
success rate
avg duration

About

Runs on a CloudSchedule and keeps state between runs with animica.state under the PERSIST_STATE capability — the pattern behind autonomous agents that accumulate work over time.

Launch

Runs examples/scheduled-agent live in the hardened sandbox.

POST /api/cloud/v1/fn/examples/scheduled-agent
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/scheduled-agent \
  -H 'content-type: application/json' \
  -d '{}'

Reviews

No reviews yet. Run the app, then leave the first one from your account.