agentos-api-teams

Manage and execute AgentOS teams via Team API endpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agno[os], and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to interact with AgentOS Team API endpoints, enabling programmatic management and execution of teams beyond the capabilities of standard CLI scripts.

Core Features & Use Cases

  • Remote Team Execution: Run teams on a remote AgentOS server.
  • Team Management: List, inspect, and manage team configurations.
  • Custom Workflows: Integrate team operations into custom Python scripts for complex orchestration, error handling, and chaining.
  • Use Case: Automatically trigger a "research" team to analyze market data, then use its output to configure and run a "reporting" team, all within a single automated script.

Quick Start

Use the agentos-api-teams skill to list all available teams on your AgentOS server.

Frequently Asked Questions about agentos-api-teams

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

FAQPage Schema
How do I manage AgentOS teams programmatically from a Python script?

You can manage AgentOS teams programmatically by using this Skill to interact with the Team API endpoints, enabling you to list, inspect, and execute teams within custom automated scripts.

Can I run AgentOS multi-agent teams on a remote server with streaming responses?

Yes, you can run AgentOS multi-agent teams on a remote server and initiate team runs with either streaming or non-streaming responses via the Team API endpoints.

What is the best way to chain multiple AgentOS team executions in an automated workflow?

The best way to chain AgentOS team executions is integrating the Team API into custom Python scripts, allowing you to use the output of one team run to configure and trigger subsequent teams.

Do I need the agno package to interact with the AgentOS Team API?

Yes, you need the agno[os] dependency installed to use this Skill and interact with the AgentOS Team API endpoints for advanced automation and multi-agent coordination.

How do I cancel an ongoing AgentOS team execution?

You can cancel an ongoing AgentOS team execution by calling the appropriate Team API endpoint provided by this Skill within your custom Python script.