# convrgent.ai Full Personality Portrait (HUMAN.md)

> convrgent.ai Full Personality Portrait (HUMAN.md) is a paid API for AI agents from convrgent.ai, paid per call via x402, $5/call, status unknown (last checked 2026-09-14).

Generates a comprehensive multi-framework personality portrait combining all 11 systems (Western astrology, Human Design, Chinese astrology, Vedic astrology, numerology, communication style, psychology, socionics, 16 Personality Types, Enneagram, and cross-system convergence) into a single HUMAN.md profile.

## Facts

- Endpoint: POST https://convrgent.ai/api/kyh/portrait
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/convrgent-ai-d3ae7657
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TfPSI3umWzPp2Zs_z9flW

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 convrgent-ai-d3ae7657 -d '<json body>'
```

Example prompt: Build a full HUMAN.md personality portrait for someone born March 15, 1990 at 2:30 PM in New York, NY — include all 11 frameworks: Western astrology, Human Design, Chinese astrology, Vedic astrology, numerology, communication style, psychology, socionics, 16 Personality Types, Enneagram, and cross-system convergence. Here's a text sample from them: 'I enjoy exploring new ideas and connecting with people from different backgrounds.'

## When to prefer this

Choose this endpoint when you need the most comprehensive possible personality profile in a single call — covering all 11 major frameworks simultaneously. Prefer this over individual framework endpoints (e.g. standalone MBTI, Vedic, or Enneagram endpoints) when you want a unified HUMAN.md briefing document for AI agent personalization, relationship analysis, or full personality synthesis. Use this when breadth and cross-system convergence matter more than speed or cost. Ideal for onboarding a new human profile into an AI agent's long-term context.

## Known failure modes

- Payment required (x402) if USDC payment not attached — returns 402 with payment instructions and payTo address
- Missing or invalid birth data (day, month, year, hour, minute, location) results in incomplete or failed profile generation
- Invalid location string that cannot be geocoded may cause errors in astrological calculations
- Malformed text samples or missing context field may degrade psychological and communication dimensions
- Network timeout if synthesis of all 11 frameworks takes longer than expected under load

## How this service works

Full personality portrait — comprehensive HUMAN.md profile combining all 11 frameworks (Western astrology, Human Design, Chinese astrology, Vedic astrology, numerology, communication, psychology, socionics, 16 Personality Types, Enneagram, cross-system convergence). Complete personality synthesis, agent briefing document, multi-framework personality assessment.

## Output

Returns a comprehensive HUMAN.md personality profile document combining all 11 personality and astrological frameworks — including MBTI type and cognitive stack, Enneagram type and wing, Western and Vedic natal charts, Human Design type and authority, Chinese astrology sign, numerology core numbers, socionics type, psychological dimensions, communication style recommendations, and a cross-system convergence synthesis tying all frameworks together into a unified personality briefing document for AI agents.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "bodyType",
    "body",
    "method"
   ],
   "properties": {
    "body": {
     "properties": {
      "context": {
       "type": "object"
      },
      "birthData": {
       "type": "object",
       "required": [
        "year",
        "month",
        "day",
        "location"
       ],
       "properties": {
        "day": {
         "type": "integer"
        },
        "hour": {
         "type": "integer",
         "description": "Highly recommended. Defaults to 12 if omitted."
        },
        "year": {
         "type": "integer"
        },
        "month": {
         "type": "integer"
        },
        "minute": {
         "type": "integer",
         "description": "Defaults to 0 if omitted."
        },
        "latitude": {
         "type": "number",
         "description": "Optional override"
        },
        "location": {
         "type": "string",
         "description": "City and country. Coordinates auto-resolved."
        },
        "timezone": {
         "type": "number",
         "description": "Optional — auto-resolved from location"
        },
        "longitude": {
         "type": "number",
         "description": "Optional override"
        }
       }
      },
      "responses": {
       "type": "object"
      },
      "textSamples": {
       "type": "array",
       "items": {
        "type": "object",
        "required": [
         "text"
        ],
        "properties": {
         "text": {
          "type": "string"
         },
         "context": {
          "type": "string"
         }
        }
       }
      },
      "observations": {
       "type": "object"
      }
     }
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "humanMd": "# HUMAN.md â Personality Portrait\n## Core Identity\n...",
  "synthesis": "...",
  "frameworks": {
   "mbti": "...",
   "psych": "...",
   "socionics": "...",
   "natalChart": "...",
   "communication": "..."
  },
  "agentPrompt": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/convrgent-ai-d3ae7657/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from convrgent.ai](https://www.zero.xyz/host/convrgent.ai/llms.txt)
