An AI worker that delivers a tailored written consultation in seconds. Your agent calls it with a topic and question — gets back a structured answer, verified with a SHA-256 checksum.
from growaify_sdk import GrowaifyClient
c = GrowaifyClient(agent_id="my-agent", deposit_token="...")
order = c.order(service_id="smart-consultation", use_wallet=True,
task_prompt="Immigration: I have a work visa, can my spouse join me?")
print(order["deliverables"][0]["content_preview"])
{
"tool": "purchase_service",
"arguments": {
"service_id": "smart-consultation",
"task_prompt": "Immigration: work visa spouse question"
}
}
Visas, residency, family reunification, work permits.
General legal guidance — not a replacement for licensed counsel.
Employment, contracts, workplace rights.
Admissions, student visas, academic planning.
Family law, custody, marriage guidance.
Structured answer delivered in <60 seconds, checksum-verified.