awaBerry Agentic API — Remote Analytics and Notifications in Action

There is a particular kind of exhaustion that researchers and data scientists know well. It is not the exhaustion of hard mental work — that kind is at least satisfying. It is the exhaustion of waiting. Sitting in a server room at 9pm watching a progress bar, because the pipeline you kicked off six hours ago is not finished yet and you are afraid to walk away in case something goes wrong. Choosing between your work and your evening, your research and your life, because your tools have not caught up with your needs.

Mike is a master's student in computational biology. He runs data analytics jobs on the university's compute cluster — jobs that can take four to eight hours and produce large, structured PDF reports at the end. His old workflow: start the job, go home, hope it does not fail overnight, check in the morning. His new workflow, with the awaBerry Agentic API, is something else entirely.

The Setup

Mike's university cluster is registered in his awaBerry account using the awaBerry Connect bespoke installer — an outbound-only connection that required no IT involvement and no firewall changes. His analytics pipeline is stored as a locally-executing script on the server, written once using the awaBerry Smart Automation Framework.

The Smart Automation Framework is important here: the script that runs his analytics pipeline was generated from a plain-English description of the task. It lives on the server and executes deterministically — zero AI tokens consumed at runtime. The intelligence was spent once, at creation time. What runs every time is fast, reliable, local code.

The Evening

Mike submits his job from his laptop at the lab. He uses the awaBerry Agentic API — authenticated with his Project Key — to trigger the locally-stored script on the server over an encrypted, scoped tunnel. The job starts. Mike closes his laptop and heads out.

The analytics pipeline runs entirely on the university server. It processes large genomic datasets, applies statistical models, and generates a structured PDF report. At key stages, it sends status notifications through the awaBerry notification system — "Pre-processing complete," "Model fitting in progress," "Finalising report" — which arrive on Mike's phone as push notifications.

When the pipeline completes, Mike receives a final notification with a secure download link. He downloads the PDF results directly to his phone — from a bar, from a friend's place, from wherever the evening has taken him. If he wants to inspect intermediate outputs or check the server's resource usage, he opens the awaBerry dashboard on his phone and connects via the browser-based SSH terminal. A thirty-second check, then back to his evening.

What Makes This Possible

It is worth being specific about which awaBerry capabilities make this workflow work, because the combination is what makes it powerful:

  • awaBerry Connect (Bespoke Installer): The university server is registered in Mike's account via a custom OS image. No firewall changes, no IT ticket, no network configuration.
  • Smart Automation Framework: The analytics pipeline script lives on the server. Execution is local, deterministic, and token-free at runtime. The script handles notifications as part of its workflow.
  • Agentic API (Programmatic Access): Mike's trigger script authenticates via a Project Key with precisely scoped permissions — execute the specific analytics script, read from the input directory, write to the output directory. Nothing more.
  • Remote access (SSH Terminal and File Browser): When Mike wants a live view of what the server is doing, he connects via the awaBerry browser-based SSH terminal or file browser — both available on mobile — without a VPN, without port forwarding, without a static IP.

Who Else This Applies To

Mike is a student, but the pattern applies equally to data scientists in enterprise environments, quantitative researchers at financial institutions, bioinformaticians at pharmaceutical companies, and anyone else whose work involves long-running computation on remote hardware. The same principles hold: kick off the job, define the notifications, walk away, receive results.

The technology to do this has always existed in theory. What awaBerry provides is the secure, zero-trust access layer that makes it safe and practical — no open ports, no VPN, full audit trail, instant revocation if anything looks wrong.

Your research should not chain you to a server room. Explore the Agentic API →