# MindPulse Workplace Mental Health Guidance

> MindPulse Workplace Mental Health Guidance is a paid API for AI agents from mindpulse-lilac.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Provides EAP access guidance, boundary-setting strategies, toxic environment navigation, and stay-or-leave decision support for workplace mental health situations

## Facts

- Endpoint: GET https://mindpulse-lilac.vercel.app/api/mind/workplace
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mindpulse-workplace-mental-health-guidance-9c2427be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G4OXVObW4AeVzLRI45gTh

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 mindpulse-workplace-mental-health-guidance-9c2427be
```

Example prompt: I've been in a really toxic work environment for months — my manager constantly undermines me and I'm burning out fast. Can you help me figure out whether I should set firmer boundaries and stick it out, or if it's time to leave, and also tell me what EAP resources I might be able to access?

## When to prefer this

Choose this endpoint when a user needs actionable workplace mental health support — especially around EAP navigation, boundary-setting with managers or colleagues, identifying and coping with toxic environments, or making a data-informed stay-or-leave career decision. Prefer this over general burnout assessment (separate endpoint) when the concern is specifically relational or environmental rather than personal burnout severity staging.

## Known failure modes

- Missing or vague situation description may result in generic rather than personalized guidance
- Situations requiring licensed therapy or legal intervention may be flagged as out of scope
- Extreme crisis situations (e.g. workplace violence) may redirect to emergency resources rather than guidance
- API may return 402 if payment header is missing or USDC balance is insufficient

## How this service works

Workplace mental health for mental-health and HR agents. Returns EAP access, boundary-setting, toxic-environment navigation, and stay-or-leave guidance.

## Output

Returns structured guidance covering EAP access options, evidence-based boundary-setting techniques tailored to the described situation, strategies for navigating a toxic or hostile work environment, and a framework for making a stay-or-leave decision based on the user's specific circumstances.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "en | es | fr | de | zh | ja | ko | pt | ar | hi"
      },
      "situation": {
       "type": "string",
       "description": "describe your workplace mental health concern"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "strategies": [
   "Document everything",
   "Request accommodation in writing",
   "Contact EAP"
  ],
  "eap_reminder": "80% of companies offer EAP — free 3-8 counselling sessions",
  "issue_identified": "workplace burnout + boundary violations",
  "legal_protections": [
   "ADA covers mental health disabilities",
   "FMLA — 12 weeks unpaid for serious condition",
   "Reasonable accommodations required"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mindpulse-workplace-mental-health-guidance-9c2427be/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mindpulse-lilac.vercel.app](https://www.zero.xyz/host/mindpulse-lilac.vercel.app/llms.txt)
