# SAgent - SASSA Payment Information

> SAgent - SASSA Payment Information is a paid API for AI agents from buavethsjahoodbeqhay.supabase.co, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Retrieves South African Social Security Agency (SASSA) payment information and answers queries about social grant statuses and payments

## Facts

- Endpoint: GET https://buavethsjahoodbeqhay.supabase.co/functions/v1/sagent
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sagent-sassa-payment-information-315f1894
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lfwAZmYjdbHiOkTmGQpbO

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 sagent-sassa-payment-information-315f1894
```

Example prompt: What are the current SASSA grant payment dates and amounts for the social relief of distress grant in South Africa?

## When to prefer this

Use this endpoint when you need quick, simple answers about South African SASSA social grant payments, dates, and amounts. Best suited for agents serving South African users who need government social grant information without navigating official SASSA portals.

## Known failure modes

- Missing or invalid query parameters returns an error
- Service unavailable if Supabase Edge Function is down
- Outdated SASSA payment data if not recently synced with official sources
- No result if queried grant type does not exist or is unrecognized

## How this service works

SAgent - South Africa SASSA payment information (Simple SASSA answer)

## Output

Returns structured information about SASSA (South African Social Security Agency) grants, including payment dates, grant amounts, eligibility criteria, and current payment status details for various South African social grants.

## 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"
     ],
     "type": "string"
    },
    "headers": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sagent-sassa-payment-information-315f1894/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from buavethsjahoodbeqhay.supabase.co](https://www.zero.xyz/host/buavethsjahoodbeqhay.supabase.co/llms.txt)
