agentos-api-sessions

Manage AgentOS session lifecycles and inspect history via API.

4|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/ajshedivy/agno-cookbook --skill agentos-api-sessions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentos-api-sessions
Source: https://github.com/ajshedivy/agno-cookbook/tree/main/plugins/agno-agentos-api/skills/agentos-api-sessions
Command: npx skills add https://github.com/ajshedivy/agno-cookbook --skill agentos-api-sessions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a streamlined way to manage AgentOS sessions, enabling remote interaction with session data and lifecycle operations without needing to directly access the AgentOS server code.

Core Features & Use Cases

  • Session Lifecycle Management: Create, list, rename, and delete sessions.
  • History Inspection: View conversation runs within specific sessions.
  • Advanced Operations: Supports custom Python for complex filtering, persistent conversations, and bulk actions not covered by the CLI.
  • Use Case: Remotely manage all research sessions initiated by your team, ensuring data is organized and accessible.

Quick Start

Use the agentos-api-sessions skill to list all sessions on the default AgentOS server.

Frequently Asked Questions about agentos-api-sessions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage AgentOS sessions remotely without accessing the server directly?

You can manage AgentOS sessions remotely through a dedicated API that handles session lifecycle, history inspection, and data manipulation without direct server code access.

Can I inspect conversation history and runs within specific AgentOS sessions?

Yes, the session API supports history inspection, allowing you to view conversation runs within specific sessions on your configured AgentOS server.

Does the AgentOS session API support bulk actions or custom filtering?

Yes, it supports custom Python for complex filtering, persistent conversations, and bulk actions that are not covered by the standard CLI.

What do I need to run remote operations on AgentOS sessions?

Running remote session operations requires an active AgentOS server with configured storage to facilitate administrative tasks and programmatic control over conversational contexts.

Why use a dedicated API for AgentOS session management instead of the CLI?

The API enables advanced operations like complex filtering, persistent conversations, and bulk actions, providing programmatic control over conversational contexts beyond standard CLI capabilities.