# MindPulse Workplace Mental Health Guidance

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

Returns workplace mental health support including EAP access information, boundary-setting strategies, toxic-environment navigation, and stay-or-leave decision guidance.

## Facts

- Endpoint: GET https://mindpulse.theaslangroupllc.com/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-27fd6c44
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j0y8jSWbhnDrvWAQJbxZM

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-27fd6c44
```

Example prompt: I'm stuck in a really toxic work environment — my manager constantly undermines me and I'm not sure if I should try to set boundaries and stay or just quit. Can you give me guidance on navigating this situation and whether my company's EAP can help?

## When to prefer this

Choose this endpoint when an agent needs workplace-specific mental health guidance — particularly around EAP access, toxic boss/coworker dynamics, professional boundary-setting, or stay-vs-leave decisions. Prefer over generic mental health endpoints when the user's concern is explicitly occupational. Use the burnout assessment sibling endpoint first if severity staging is needed before workplace navigation advice.

## Known failure modes

- Insufficient situational context provided — endpoint may return generic guidance rather than personalized advice
- Extreme crisis situations (e.g. active suicidal ideation) may be outside scope — should route to emergency services instead
- Highly jurisdiction-specific legal HR questions may not be fully addressed
- Rate limiting or payment failure at $0.08 USDC per call via x402 protocol

## 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

A structured response containing EAP access instructions, practical boundary-setting techniques tailored to the described workplace situation, strategies for navigating a toxic environment, and a stay-or-leave decision framework with pros/cons analysis.

## 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-27fd6c44/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mindpulse.theaslangroupllc.com](https://www.zero.xyz/host/mindpulse.theaslangroupllc.com/llms.txt)
