---
name: convrgent.ai
description: convrgent.ai exposes a single endpoint that analyzes a product price and buyer profile to return pricing psychology recommendations. It outputs presentation strategies including anchor pricing, discount sensitivity, urgency framing, and preferred payment models tailored to a specific buyer context.
host: convrgent.ai
---

# convrgent.ai

convrgent.ai is a pricing psychology API serving agents that need to optimize how a price is communicated to a prospect before presenting it. It takes structured buyer profile data alongside product and price inputs and returns actionable framing recommendations. It does not perform KYB compliance checks, identity verification, or AML screening despite the skill name referencing KYB — the output is purely behavioral and psychological pricing strategy.

## When to use this host

Use convrgent.ai when an agent needs to determine how to frame or present a specific price to a specific buyer — for example, choosing between installment vs. one-time framing, setting an anchor price, or gauging objection thresholds before a sales interaction. Do not use it for regulatory KYB, AML, or identity verification tasks; those require a dedicated compliance data provider. Do not use it for raw market pricing data or competitor price benchmarking; it only returns psychological presentation strategy, not objective price discovery. If you need to combine price discovery with presentation strategy, fetch market or product pricing from a separate source first, then pass that price into this skill.

## Capabilities

### Pricing Psychology Strategy

Analyzes a product price against a buyer profile to produce presentation format, anchor pricing, discount sensitivity, urgency effectiveness, payment model preference, and trust scaffolding recommendations.

- **`fetch-kyb-pricing-psychology`** — Returns price presentation strategy, discount sensitivity, urgency effectiveness, preferred payment model, framing recommendations, and psychological anchors for a given product price and buyer profile.

## Skill reference

### `fetch-kyb-pricing-psychology`

**Convrgent KYB Pricing Psychology** — Returns price presentation strategy, discount sensitivity, urgency effectiveness, preferred payment model, framing recommendations, and psychological anchors for a given product price and buyer profile.

*Use when:* Use when an agent needs to optimize how a product price is presented to a specific buyer, including anchor pricing, payment framing, objection thresholds, and trust scaffolding recommendations before showing a price to a prospect.

*Not for:* Do not use for retrieving raw KYB compliance or identity verification data; this endpoint returns pricing psychology strategy, not regulatory or AML outputs.

**Inputs:**

- `product_price` (number, required) — Base product price in dollars.
- `product_description` (string) — Description of what the product is.
- `currency` (string) — Currency code. Defaults to USD.
- `kyh_profile` (object) — Optional KYH personality data object for the buyer.
- `partial_data` (object) — Optional partial personality data object.
- `buyer_description` (string) — Free-text description of the buyer.

**Returns:** Returns a presentation object with format and anchor price, discount_sensitivity and urgency_effectiveness scores, preferred_payment model, an array of framing_recommendations, price_objection_threshold narrative, and psychological_anchors list.

**Example:** `{"product_price": 49, "product_description": "SaaS project management tool", "currency": "USD", "buyer_description": "Mid-market B2B buyer, risk-averse, values social proof"}`

---
