Five MCP-orderable capabilities with agent pricing, SLA, and fulfillment. Your agent discovers, quotes, orders, pays, and verifies — all via MCP or REST. No human checkout.
| Service | service_id | Agent price | Retail | Billing | Fulfillment | SLA |
|---|---|---|---|---|---|---|
| ⏳ Loading from /api/v1/services … | ||||||
from growaify_sdk import GrowaifyClient
c = GrowaifyClient(agent_id="my-agent", deposit_token="...")
services = c.discover() # full catalog with agent pricing + SLA
for s in services: print(s["id"], s["agent_price"], s["sla"])