The pricing model declaration for an AI agent. Machine-readable for procurement systems, comparison engines, and AI assistants evaluating agents on price alongside capability. Expresses subscription, per-conversation, outcome-based, and hybrid pricing in structured form.
ajp:pricingModelTextrequiredsubscription / per_conversation / per_outcome / hybrid / byok_platform_fee
ajp:currencyTextrequiredISO 4217 currency code (e.g. USD)
ajp:monthlyFeeschema:MonetaryAmountMonthly subscription amount
ajp:annualFeeschema:MonetaryAmountAnnual subscription amount
ajp:annualSavingPercentTextPercentage saving vs monthly billing
ajp:freeConversationsPerMonthIntegerIncluded conversations before charges
ajp:perConversationFeeschema:MonetaryAmountFee per conversation over limit
ajp:perOutcomeFeeschema:MonetaryAmountFee per defined outcome
ajp:outcomeTriggerTextWhat constitutes a billable outcome
ajp:overageRateschema:MonetaryAmountFee per conversation over monthly limit
ajp:byokDiscountPercentTextDiscount percentage if deployer provides API keys
ajp:byokPlatformFeeschema:MonetaryAmountPlatform-only fee for BYOK enterprise deployments
ajp:setupFeeschema:MonetaryAmountOne-time setup fee
ajp:minimumCommitmentMonthsIntegerMinimum subscription period in months
ajp:marketplaceRoyaltyPercentTextPercentage paid to aiverified.io marketplace
ajp:builderRevenuePercentTextPercentage retained by agent builder
ajp:trialPeriodDaysIntegerFree trial period in days
{
"@context": {
"@vocab": "https://schema.org/",
"ajp": "https://schema.anthonyjamespeacock.com/"
},
"@type": [
"ajp:AgentFee"
],
"ajp:pricingModel": "<Text>",
"ajp:currency": "<Text>"
}