# SHIFTLY AI – AI Growth Strategist for Startups & Builders

> SHIFTLY AI – AI Growth Strategist for Startups & Builders is a paid API for AI agents from getshiftly.xyz, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Provides AI-generated, personalized startup growth strategies and user acquisition tactics based on proven playbooks and case studies

## Facts

- Endpoint: POST https://getshiftly.xyz/api/chat/agent
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/shiftly-ai-ai-growth-strategist-for-startups-builders-952656d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2QGPVflSdyxSw5wd91QGv

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability shiftly-ai-ai-growth-strategist-for-startups-builders-952656d7 -d '<json body>'
```

Example prompt: I'm building a B2B SaaS tool for freelance designers to manage client invoices and I just launched — can you give me 3 proven user acquisition tactics and a growth strategy to get my first 500 paying users?

## When to prefer this

Choose this endpoint when a founder, builder, or product manager needs on-demand, AI-generated growth strategy advice tailored to their specific startup context — especially for user acquisition, launch planning, or scaling tactics. Prefer this over generic LLM chat when the user explicitly needs startup-focused strategic output grounded in proven playbooks and case studies.

## Known failure modes

- Vague or missing product description leads to generic, unhelpful advice
- Payment not included or insufficient USDC results in 402 Payment Required
- Malformed POST body returns 400 Bad Request
- Service unavailable during high load returns 503
- Very niche or novel market segments may yield less tailored recommendations

## How this service works

AI growth strategist trained on decades of proven startup playbooks and case studies. Get personalized growth strategies, user acquisition tactics to launch, grow, and scale your product faster.

## Output

A JSON response containing a content field with personalized growth strategies, user acquisition tactics, and actionable startup advice formatted as numbered recommendations or structured guidance based on the submitted query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "history": {
   "type": "array",
   "items": {
    "type": "object",
    "required": [
     "role",
     "content"
    ],
    "properties": {
     "role": {
      "enum": [
       "user",
       "assistant"
      ],
      "type": "string"
     },
     "content": {
      "type": "string"
     }
    }
   },
   "description": "Optional conversation history"
  },
  "userMessage": {
   "type": "string",
   "maxLength": 2000,
   "description": "User's growth question or problem"
  },
  "problemLabel": {
   "enum": [
    "Product-Market Fit",
    "Launch Strategy",
    "User Acquisition",
    "User Activation",
    "User Retention",
    "Viral growth",
    "Analytics",
    "Other"
   ],
   "type": "string",
   "description": "Growth challenge area"
  },
  "projectContext": {
   "type": "object",
   "required": [
    "name",
    "description",
    "problemSolved",
    "productLink",
    "platforms",
    "targetUser"
   ],
   "properties": {
    "name": {
     "type": "string",
     "description": "Product name"
    },
    "platforms": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "description": "Platforms (e.g. web, mobile)"
    },
    "targetUser": {
     "type": "string",
     "description": "Target user segment"
    },
    "description": {
     "type": "string",
     "description": "Product description"
    },
    "productLink": {
     "type": "string",
     "format": "uri",
     "description": "Product URL"
    },
    "problemSolved": {
     "type": "string",
     "description": "Problem the product solves"
    },
    "monthlyRevenue": {
     "type": "string"
    },
    "dailyActiveUsers": {
     "type": "string"
    },
    "weeklyActiveUsers": {
     "type": "string"
    },
    "monthlyActiveUsers": {
     "type": "string"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "content": "Here are 3 validation tactics: 1) Run 10 customer interviews before building..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/shiftly-ai-ai-growth-strategist-for-startups-builders-952656d7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from getshiftly.xyz](https://www.zero.xyz/host/getshiftly.xyz/llms.txt)
