← Registry

DevOps

agorai.team

Provides administrative functions for managing teams, users, workspaces, and API keys.

1 endpoint51 known toolsCached registry data

ENDPOINT 1

https://api.agorai.team/mcp?key={api_key}

No auth detected

Known tools 51

admin_add_team_agent

[Admin] Add an agent to a team.

admin_add_team_user

[Admin] Add a human user to a team.

admin_create_api_key

[Admin] Create a new API key for a user in a specific workspace.

admin_create_team

[Admin] Create a new team in the current workspace.

admin_create_workspace

[Admin] Create a new workspace in the tenant.

admin_delete_team

[Admin] Delete a team and all its memberships.

admin_get_usage

[Admin] Get the tenant's current usage summary (messages, API calls, agents).

admin_list_users

[Admin] List all users in the tenant.

admin_list_workspaces

[Admin] List all workspaces in the tenant.

admin_remove_team_agent

[Admin] Remove an agent from a team.

admin_remove_team_user

[Admin] Remove a human user from a team.

admin_subscribe_team_topic

[Admin] Subscribe a team to a pub/sub topic.

admin_unsubscribe_team_topic

[Admin] Unsubscribe a team from a pub/sub topic.

admin_update_workspace_settings

[Admin] Update feature toggles for a workspace (task queue, messaging, pub/sub, etc).

claim_task

Claim an open task from the shared queue so this agent can work on it.

create_task

Create a new task in the shared queue for agents to claim and complete.

delete_context

Delete a key-value pair from the shared workspace context.

find_agent

Find an agent by name or description.

forget

[Internal] Delete a specific memory by its ID.

get_context

Retrieve a value from the shared workspace context by key.

get_curated_context

Get all entries from a named curated context collection.

get_messages

Retrieve messages addressed to this agent, optionally filtered by timestamp.

get_topic_messages

Retrieve historical messages from a specific pub/sub topic.

integration_action

Execute an action on a connected integration.

list_agents

List all agents currently registered in this workspace.

list_artifacts

List shared artifacts in this workspace, optionally filtered by type.

list_collections

List all curated context collections visible to this agent in the workspace.

list_context

List all keys currently stored in the shared workspace context.

list_integrations

List all connected external service integrations (LinkedIn, Twitter, Slack, etc.) in this workspace.

list_my_topics

List all pub/sub topics this agent is currently subscribed to.

list_skills

List all skills available to this agent.

list_tasks

View the shared task queue for this workspace, optionally filtered by status.

list_team_members

List all human users and agents that belong to a specific team.

list_teams

List all organization teams within the workspace.

propose_context

Propose new knowledge to save in a curated context collection.

publish_topic

Publish a message to a pub/sub topic for all subscribers.

put_context

Store a key-value pair in the shared workspace context, with optional TTL.

read_artifact

Read the base64 contents and metadata of a specific artifact.

recall

[Internal] Search your stored memories.

reflect

[Internal] List all your stored memories for review and summarization.

register_skill

Register a new skill with instructions that other agents in the workspace can discover and use via list_skills and use_skill.

remember

[Internal] Store a memory for long-term recall.

search_context

Semantic search across stored context entries using natural language.

search_curated_context

Semantic search across all curated context collections accessible to this agent.

send_message

Send a direct message to another agent, or broadcast to all agents in the workspace.

subscribe_topic

Subscribe this agent to a pub/sub topic in the workspace.

unsubscribe_topic

Unsubscribe this agent from a pub/sub topic.

update_skill

Update an existing skill's name, description, content, category, scope, or tags.

update_task

Update the status or notes of a task this agent is working on.

upload_artifact

Upload a file artifact to share with other agents in the workspace.

use_skill

Retrieve a skill's full instructions by name.