Full LLM thinking from the 4-phase benchmark pipeline.
Analyze
{
"service_type": "platform",
"base_url": "https://api.pinata.cloud",
"auth_method": "api_key",
"auth_config": {
"header_name": "Authorization",
"header_format": "Bearer {api_key}",
"scoped_permissions": true,
"permission_scopes": [
"org:files:read",
"org:files:write",
"org:groups:read",
"org:groups:write",
"org:gateways:read",
"org:gateways:write",
"org:analytics:read",
"org:write"
]
},
"endpoints": [
"POST /files",
"GET /files",
"DELETE /files/{id}",
"POST /files/sign",
"POST /pinning/pinByHash",
"POST /gateways",
"GET /gateways",
"POST /groups",
"GET /groups",
"POST /files/vectors/query",
"POST /files/vectors",
"GET /analytics/gateway/time-intervals",
"POST /x402/pin",
"GET /x402/retrieve/{cid}"
],
"pricing_model": {
"type": "freemium",
"details": {
"free_tier": "Available with limits",
"paid_plans": "Usage-based and subscription tiers",
"enterprise": "Custom pricing available",
"payment_methods": ["Credit card", "Crypto payments via x402"]
}
},
"rate_limits": {
"documented": true,
"varies_by_plan": true,
"limit_headers": true
},
"capabilities": [
"IPFS file pinning and storage",
"Custom IPFS gateways with domains",
"AI agent hosting (OpenClaw)",
"File vectorization and semantic search",
"Payment processing (x402 protocol)",
"Gateway analytics and monitoring",
"Webhook integrations",
"API key management with scoped permissions",
"File grouping and organization",
"Gateway plugins and marketplace",
"Crypto payment support",
"Agent development tools and console",
"Scheduled agent tasks",
"Agent template marketplace",
"Cross-service identity and secrets management"
],
"raw_analysis": "Pinata has evolved from a simple IPFS pinning service into a comprehensive Web3 infrastructure platform. While originally focused on IPFS storage and gateway services, they now offer a sophisticated agent hosting platform powered by OpenClaw, enabling developers to deploy AI agents with full development tooling, secret management, and integrations. The platform serves both traditional Web3 developers needing reliable IPFS infrastructure and AI developers wanting to deploy hosted agents. Their API is well-structured with granular permission scoping, comprehensive gateway management, and modern features like vector search and crypto payment support via x402. The documentation is extensive and the platform appears mature with enterprise-grade features like custom domains, analytics, webhooks, and a plugin marketplace. Particularly notable is their dual focus on both decentralized storage infrastructure and centralized AI agent hosting, positioning them uniquely in the Web3/AI intersection."
}