Agentbase Modules

GreenNode AI AgentBase is a set of fully-managed services designed to deploy and operate capable AI agents securely and efficiently at scale. The platform is designed to provide the essential enterprise-grade infrastructure, security, and observability required to successfully move AI agent prototypes into production deployment. It functions as a unified platform for various AI Agent frameworks, simplifying complex deployments.


Core Modules

Currently, AI AgentBase consists of four modular services: Runtime, Access Control, Insight, Memory. Each module operates independently or collaboratively to deliver essential functionality for your AI agent ecosystem.

Module
Description

Runtime

The Runtime is a secure, serverless execution environment that deploys and scales AI agents without infrastructure management. Each agent runs in an isolated container that prevents data leakage across sessions while automatically handling scaling for concurrent, long-running tasks. The Runtime supports any agent framework, multiple communication protocols (HTTP, MCP, A2A).

Access Control

Access Control is designed to ensure secure and authorized interaction between AI agents and various internal or external resources. This module centralizes the management of credentials, tokens, and access permissions, which is vital for enterprise security and compliance.

Memory

The Memory module provides capabilities that allow agents to understand ongoing interactions and maintain continuity over time. It eliminates the need for teams to build and maintain their own memory databases, vector indexing systems, or memory pipelines. Short-term memory maintains conversation threads within sessions, enabling agents to understand references, follow complex dialogues, and build coherent responses without users repeating information. Long-term memory persists essential information across sessions including user preferences, historical interactions, and learned behaviors, enabling continuous improvement and personalization over time.

Insight

Monitor and debug your deployed agents using runtime logs, endpoint logs, and resource metrics (CPU/RAM).

GreenNode is developing modules for Agent control and governance. Updates on these new modules will be available soon.


Ways to Use AgentBase Modules

Each module in AgentBase can be accessed through four interaction methods. Within each module's documentation, you'll find setup instructions for each method — navigate to whichever fits your workflow.

Method
Description

Portal

A web-based management console for configuring and managing your agents visually, without writing code.

Skills

Pre-built integrations that bring AgentBase capabilities directly into AI-powered developer tools. For example, AgentBase Skills for Claude Code let you manage agents directly from your terminal using natural language.

SDK

Official libraries for interacting with AgentBase programmatically within your application code.

REST API

Direct HTTP calls to AgentBase endpoints, compatible with any language or tool.

Last updated