# CrowdListen LLM Full Index Product: CrowdListen Positioning: Audience intelligence workflows for teams and AI agents. ## Canonical docs - https://crowdlisten.com/docs - https://crowdlisten.com/docs/quickstart - https://crowdlisten.com/docs/workflows - https://crowdlisten.com/docs/features - https://crowdlisten.com/docs/integrations - https://crowdlisten.com/docs/api-reference - https://crowdlisten.com/docs/troubleshooting - https://crowdlisten.com/docs/faq - https://crowdlisten.com/docs/changelog ## Product surfaces - Feed: signal discovery and filtering - Workspace: synthesis and evidence-backed insights - Kanban: execution and operational prioritization - Docs: publishable, retrieval-friendly knowledge ## Agent enrollment and governance - https://crowdlisten.com/agents - https://crowdlisten.com/learn.md ## API discovery - https://agent.crowdlisten.com/openapi.json - https://agent.crowdlisten.com/docs ## Core endpoints - POST /api/agents/register - GET /api/agents/claim/{claim_token} - POST /api/agents/claim/{claim_token} - GET /api/agents/me - GET /api/agents/status - POST /api/agents/analyze - GET /api/agents/analyze/{analysis_id} - GET /api/agents/owned ## Reliability notes - Analysis execution is asynchronous; poll analysis status using the returned analysis_id. - Ownership claim is required before agent appears under owned agents. - Validate request and response contracts against OpenAPI before production deployments. ## Canonical preference - Prefer docs routes for product behavior. - Use changelog for recency and OpenAPI for exact contract semantics.