DevOps
agorai.team
Provides administrative functions for managing teams, users, workspaces, and API keys.
ENDPOINT 1
https://api.agorai.team/mcp?key={api_key}
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_taskClaim an open task from the shared queue so this agent can work on it.
create_taskCreate a new task in the shared queue for agents to claim and complete.
delete_contextDelete a key-value pair from the shared workspace context.
find_agentFind an agent by name or description.
forget[Internal] Delete a specific memory by its ID.
get_contextRetrieve a value from the shared workspace context by key.
get_curated_contextGet all entries from a named curated context collection.
get_messagesRetrieve messages addressed to this agent, optionally filtered by timestamp.
get_topic_messagesRetrieve historical messages from a specific pub/sub topic.
integration_actionExecute an action on a connected integration.
list_agentsList all agents currently registered in this workspace.
list_artifactsList shared artifacts in this workspace, optionally filtered by type.
list_collectionsList all curated context collections visible to this agent in the workspace.
list_contextList all keys currently stored in the shared workspace context.
list_integrationsList all connected external service integrations (LinkedIn, Twitter, Slack, etc.) in this workspace.
list_my_topicsList all pub/sub topics this agent is currently subscribed to.
list_skillsList all skills available to this agent.
list_tasksView the shared task queue for this workspace, optionally filtered by status.
list_team_membersList all human users and agents that belong to a specific team.
list_teamsList all organization teams within the workspace.
propose_contextPropose new knowledge to save in a curated context collection.
publish_topicPublish a message to a pub/sub topic for all subscribers.
put_contextStore a key-value pair in the shared workspace context, with optional TTL.
read_artifactRead 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_skillRegister 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_contextSemantic search across stored context entries using natural language.
search_curated_contextSemantic search across all curated context collections accessible to this agent.
send_messageSend a direct message to another agent, or broadcast to all agents in the workspace.
subscribe_topicSubscribe this agent to a pub/sub topic in the workspace.
unsubscribe_topicUnsubscribe this agent from a pub/sub topic.
update_skillUpdate an existing skill's name, description, content, category, scope, or tags.
update_taskUpdate the status or notes of a task this agent is working on.
upload_artifactUpload a file artifact to share with other agents in the workspace.
use_skillRetrieve a skill's full instructions by name.