Promote agent
Promote an agent to active status so it can serve requests.
Pending state until all sub-agents are ready.Authorizations
Your Seekr API key, sent in the Authorization header with no 'Bearer' prefix.
Path Parameters
Response
Success
Inactive, Pending, Active, Updating, Failed Controls how much reasoning the agent uses when working through a request. Accepts low, medium, or high, where higher levels produce more thorough reasoning. The speed_optimized and performance_optimized values are only supported for backward compatibility. speed_optimized maps to low, and performance_optimized maps to high.
low, medium, high, speed_optimized, performance_optimized 0 <= x <= 20 <= x <= 2The tools available to the agent. Each item configures one tool and must match one of the supported tool types: file search, run Python, web search, agent-as-tool, or MCP connector.
Configuration for the file search tool: semantic search and retrieval across the agent's vector databases.
- FileSearch
- RunPython
- WebSearch
- AgentAsTool
- MCPConnectorTool
x >= 0