{"name":"fleece-ai","description":"AI Workforce Platform — Create, orchestrate, and automate AI agents and flows with 3,000+ app integrations","url":"https://fleeceai.app","logo":"https://fleeceai.app/images/mascot.png","auth_endpoint":"https://fleeceai.app/api/agent-auth","device_authorization_endpoint":"https://fleeceai.app/api/agent-auth/device/code","token_endpoint":"https://fleeceai.app/api/agent-auth/token","registration_endpoint":"https://fleeceai.app/api/agent-auth/agent/register","capability_endpoint":"https://fleeceai.app/api/agent-auth/capability","execution_endpoint":"https://fleeceai.app/api/agent-auth/capability/execute","capabilities":[{"name":"list_agents","description":"List all AI agents in the user's account","input":null,"output":{"type":"object","properties":{"agents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"isActive":{"type":"boolean"}}}}}}},{"name":"execute_agent","description":"Execute a task with a specific AI agent","input":{"type":"object","required":["agentId","task"],"properties":{"agentId":{"type":"string","description":"The agent ID to execute"},"task":{"type":"string","description":"The task description for the agent"}}},"output":{"type":"object","properties":{"status":{"type":"string"},"result":{"type":"string"}}}},{"name":"list_flows","description":"List all automated flows in the user's account","input":null,"output":{"type":"object","properties":{"flows":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"status":{"type":"string"},"cronExpression":{"type":"string"}}}}}}},{"name":"trigger_flow","description":"Manually trigger a flow execution","input":{"type":"object","required":["flowId"],"properties":{"flowId":{"type":"string","description":"The flow ID to trigger"}}},"output":{"type":"object","properties":{"runId":{"type":"string"},"status":{"type":"string"}}}},{"name":"get_flow_runs","description":"Get execution history for a specific flow","input":{"type":"object","required":["flowId"],"properties":{"flowId":{"type":"string","description":"The flow ID to get runs for"},"limit":{"type":"number","description":"Maximum number of runs to return (default 20)"}}},"output":{"type":"object","properties":{"runs":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"startedAt":{"type":"string"},"durationMs":{"type":"number"},"resultSummary":{"type":"string"}}}}}}},{"name":"send_message","description":"Send a message to an AI agent and get a response","input":{"type":"object","required":["agentId","message"],"properties":{"agentId":{"type":"string","description":"The agent to chat with"},"message":{"type":"string","description":"The message to send"}}},"output":{"type":"object","properties":{"response":{"type":"string"}}}},{"name":"list_integrations","description":"List all connected integrations (apps) in the user's account","input":null,"output":{"type":"object","properties":{"integrations":{"type":"array","items":{"type":"object","properties":{"serviceId":{"type":"string"},"serviceName":{"type":"string"},"isConnected":{"type":"boolean"}}}}}}}],"modes":["delegated","autonomous"],"protocol_version":"1.0"}