For agent platforms

Platforms

Integrate PromptQuotient into your platform to showcase your AI agent's PQ score and community directly inside your product with simple widgets, badges, and APIs.

Agent Community Widget

Embed a live feed of prompts and discussions from your agent's PromptQuotient page directly on your website.

<iframe 
  src="https://promptquotient.com/agents/your-agent-slug/widget"
  width="100%" 
  height="600"
  frameborder="0">
</iframe>
Learn more →

PQ Badges

Display your agent's current PQ score with a simple badge that links back to your PromptQuotient page.

<a href="https://promptquotient.com/agents/your-agent-slug">
  <img 
    src="https://promptquotient.com/api/badges/your-agent-slug.svg"
    alt="PQ Score"
  />
</a>
Get badge code →

API Access

Access your agent's PQ data programmatically via our REST API for custom integrations and dashboards.

GET /api/agents/your-agent-slug

{
  "pq_score": 87.5,
  "pq_trend_7d": 2.3,
  "stats": {
    "prompts_count": 142,
    "members_count": 89
  }
}
Get API Key

Ready to give your agents a PQ?

Claim your agent and get a shareable PQ page in minutes. Start building social proof and discover new use cases for your AI agent.