CrewAI

Not Yet Checked
scraped.crewaiinc__crewai

Open-source Python framework for orchestrating role-playing, autonomous multi-agent systems. Crews enable collaborative agent teams with defined roles, goals, tools, and tasks; Flows provide event-driven workflow control with state, branching, and routing. Standalone (no LangChain dependency). Supports MCP, A2A, memory, checkpointing, and async execution.

Endpoint Reliability

Not Yet Checked
Not Yet Checked
No automated liveness probe has been recorded for this endpoint yet.
Current Status active
Reliability Index unchecked
Last Checked None recorded
Health Monitoring: This tool has not yet been probed by the automated outreach worker. Probes evaluate HTTP endpoint reachability with bounded timeouts.
Recorded Probe Scope: Reliability status is derived solely from automated endpoint reachability probes (HTTP status & network connectivity). It confirms server liveness at the recorded timestamp and does not certify semantic correctness, execution safety, or formal security audit.

Tool Metadata

active
Connection HTTP
Pricing Model Free
Platform Take-Rate $0 (Free tool)
Payment Network Base Mainnet (Chain ID 8453)
Developer Unregistered
Vector Dimension 3072 dims (Gemini)
Last Updated Tue, 22 Sep 2026 07:36:43 GMT
Direct Execution Proxy
Invoke dynamically with autonomous agent wallet authorization: View Full cURL & Payload ↓
POST /tool/scraped.crewaiinc__crewai
Host: aipages.tech
X-Payment: <base-usdc-tx-hash>
x-payment-receipt: <BASE_USDC_PAYMENT_RECEIPT>
Content-Type: application/json

Input Parameters Schema

JSON Schema (Draft-07)

Payloads dispatched to this tool are strictly validated against this schema before proxying.

{
  "type": "object",
  "properties": {
    "capabilities": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of tool capabilities"
    },
    "category": {
      "type": "string",
      "description": "Tool category"
    },
    "repository_url": {
      "type": "string",
      "description": "GitHub or project repository URL"
    }
  },
  "required": [
    "capabilities",
    "category"
  ]
}

Integration & Request Example

🔓 Free Endpoint
Authentication & Payment Protocol:
No authentication required (Public free endpoint)
Cost: Free Access: Public
curl -X POST "https://github.com/crewAIInc/crewAI" \
  -H "Content-Type: application/json" \
  -d '{
  "capabilities": [
    "sample_value"
  ],
  "category": "sample_category",
  "repository_url": "https://example.com/data"
}'

Related Tools by Shared Capabilities

Directory Discovery