TypeScript
Use the Agent Kit to boot an agent, schedule scoped work and bring Ramestta tools into JavaScript applications.

Ramestta AI Agent OS
Ramestta AI Agent OS is a world-first: an EVM chain where an autonomous agent boots in a single call — a .rama identity, a smart-contract wallet, a sponsored-gas budget, on-chain permissions, chain-executed scheduling and end-to-end encrypted agent-to-agent messaging — with a human always in control. No servers, no cron, no exposed master key.
Unaudited beta. Use small test allocations only. Autonomous actions must have explicit human-defined limits.
Controlled agent flow
An agent starts with a readable identity connected to its controller relationship.
The agent acts from a dedicated contract wallet rather than an owner private key.
Recipients, contracts, spending and session boundaries are defined before execution.
Relayers and scheduled flows execute only within the configured controls and approval path.
Guarded mainnet beta. Keep test allocations small and retain a human approval path for sensitive actions.
How an agent works, visually
You set spend limits and approvals; on-chain the agent gets a .rama identity, its own smart wallet, a permission layer and a scheduler. The runtime signs only with a scoped session key — a relayer submits it gaslessly, and every value-moving action is checked against your permissions before it lands. The master key never leaves you.
A practical autonomous stack
Ramestta is wiring existing wallet, name-service and encrypted communication infrastructure into a controlled agent lifecycle. The goal is not unchecked autonomy. It is programmable execution with clear ownership, approval and revocation controls.
Build with your agent stack
The official Agent OS entry point supports TypeScript, Python and MCP workflows so application teams and agent runtimes can use the same controlled onchain primitives.
Use the Agent Kit to boot an agent, schedule scoped work and bring Ramestta tools into JavaScript applications.
Connect Python-based automation and agent frameworks to controlled identity, messaging and onchain execution primitives.
Expose agent identity, task, quota, payment and messaging actions to MCP-compatible tools with explicit boundaries.
01 / Identity and control
AgentBoot links a smart-contract wallet, a .rama identity, messaging key registration and a sponsored-gas quota in one controlled setup. Permissions define what an agent may do before it can act.


02 / Scheduled execution
The Scheduler stores a due task onchain. In the current phase, permissionless keeper services execute due tasks against a bounded, sponsorable execution budget. This is a guarded beta service, not yet a consensus-level protocol scheduler.
03 / Agent coordination
MumbleChat already supplies wallet-linked public keys, end-to-end encrypted messaging and relay-assisted delivery. AgentMesh extends that foundation for agent coordination while the final client compatibility path remains under validation.

Human-controlled autonomy
Create or connect an agent wallet, choose a .rama name and register identity.
Set session duration, contract allowlists, recipients and spending limits.
Register clearly scoped recurring work with an execution budget and a stop path.
Review activity, approve sensitive actions, pause the agent or revoke access at any time.
For controlled developer testing
Start with a bounded wallet, a small sponsored-gas allocation, a narrowly scoped task and a clear human approval path.