Skip to main content
PraisonAI Platform now lives in its own repository, released independently of praisonaiagents and praisonai.
Platform is now a separate repository — install with pip install praisonai-platform as before, and see the PraisonAI-Platform repo for source and issues.

What Changed

Only the source repository moved. The PyPI package name and Python import path are unchanged.

Auth Protocols Stay in the Core SDK

The protocols the platform implements still ship in praisonaiagents.auth. Platform is one reference implementation — implement the protocols yourself to back agent configuration with your own store.

Agent Roster Endpoint

The platform agent roster lives at /api/v1/workspaces/{workspace_id}/agents.
/api/v1/agents is a different, unrelated endpoint served by praisonai serve agents (see n8n API). It is not the platform roster.

Reporting Vulnerabilities

Report platform vulnerabilities through the platform repository’s security advisories, not the main PraisonAI advisories.

Platform Python SDK

Public API exports for platform integration

PraisonAI-Platform Repository

Source, releases, and issues for the platform