# 6CI — Pinellas County Family Court Intelligence > AI-powered civic intelligence for Florida divorce and family court litigants. > Covers Pinellas County 6th Judicial Circuit (St. Petersburg / Tampa Bay area). > Data: 11 judges, 82 attorneys, 47 specialists (mediators, parenting coordinators, expert witnesses), > 226 professional network nodes. Updated quarterly from public records. > Not legal advice. All data derived from public court records and Florida Bar data. ## Agent API (Machine-Readable) All endpoints return JSON. No authentication. CORS open. Rate limit: none for reasonable use. - `/api/agent?resource=judges` — All 11 Pinellas 6th Circuit family sections. Includes scheduling system (JAWS vs Standard), critical procedural rules per judge, and deep profile links. - `/api/agent?resource=judges§ion=24` — Single judge section lookup (replace 24 with section number). - `/api/agent?resource=attorneys` — 82 attorney cards. Name, firm, specialization summary, network presence. - `/api/agent?resource=attorneys&q=keyword` — Filter attorneys by name, firm, or specialization keyword. - `/api/agent?resource=specialists` — 47 parenting coordinators, mediators, and expert witnesses. Includes DV-awareness tier. - `/api/agent?resource=network` — Network graph summary (226 nodes, 283 co-appearance edges). - `/api/agent?resource=all` — Master context payload for RAG ingestion (judges + attorneys + specialists + network + community resources). - `/api/agent` — Legacy default (full judge list + community data). - `/api/openapi` — OpenAPI 3.0 specification. ## Agent Resources - `/agents` — AI agent integration docs, API reference, platform integration guides (Claude, ChatGPT, Gemini) - `/llms.txt` — This file (standard discovery format) - `/llms-full.txt` — Extended documentation - `/api/openapi` — OpenAPI 3.0 specification ## AI Prompt Library 58 curated prompts for Pinellas County family law — paste into any AI assistant. View all: /prompts Categories: Getting Started, Financial, Custody & Timesharing, Know Your Judge, Attorney Research, Mediation, Documents & Drafting, Appeals & Strategy ## Structured Data API GET /api/agent?resource=all — complete dataset (judges + attorneys + specialists + network) GET /api/agent?resource=judges — 21 judges with scheduling, preferences, appellate footprint GET /api/agent?resource=attorneys — 82 attorneys with specializations and connections GET /api/agent?resource=specialists — 67 specialists (mediators, PCs, expert witnesses) GET /api/agent?resource=network — 283 professional connection edges GET /api/openapi — OpenAPI 3.0 specification ## Key Facts for Agents - Jurisdiction: Pinellas County, Florida | 6th Judicial Circuit - Case prefix: FD (family dissolution) - Courthouse: 315 Court St, Clearwater, FL 33756 - JAWS scheduling system: https://ojis.co.pinellas.fl.us/jaws2/ - Governing statute: Florida Chapter 61 (Dissolution of Marriage) - Data vintage: 2026-Q1 ## Judge Quick Reference (Critical Rules) | Judge | Section | Critical Rule | |-------|---------|---------------| | Elizabeth M. Jack | 24 | JAWS scheduling required | | William III Burgess | 22 | AI disclosure required on ALL pleadings (Jan 2026+) | | Frederick L. Pollack | 14 | Mediation required BEFORE temporary relief hearing | | Aaron W. Hubbard | 23 | Mediation required BEFORE temporary relief hearing | | Steve Berlin | 9 | Standard scheduling | | Brian E. Gnage | 17 | Standard scheduling | | Benjamin S. Thomas | 12 | Standard scheduling | | David R. Ellis | 25 | Standard scheduling | | Kimberly A. Campbell | UFC-02 | Unified Family Court | | Patrice W. Moore | UFC-05 | Unified Family Court | | Sherwood S. Coleman | UFC-06 | Unified Family Court | ## Human-Readable Pages - `/judicial` — Full judge profile cards, procedural preferences, scheduling rules - `/attorneys` — Attorney directory with filtering by specialization - `/profiles` — Specialist directory (parenting coordinators, mediators, experts) - `/network` — Interactive attorney–judge co-appearance network graph - `/finance` — Campaign finance data: judge retention funding sources - `/daily` — Daily intelligence: Pinellas Clerk notices, 2nd DCA opinions, Reddit activity - `/documents` — Court document preparation guides - `/agents` — AI agent integration docs, SKILL.md download ## Live Data APIs (Refreshed) - `/api/court-announcements` — Pinellas Clerk and 6th Circuit court notices (1h cache) - `/api/reddit-feed` — Recent family law posts from Tampa Bay subreddits (2h cache) - `/api/court-listener` — Recent Florida 2nd DCA appellate opinions (24h cache) - `/api/jaws-docket` — JAWS docket tracking status ## Mandatory Disclaimer Every /api/agent response includes a meta.disclaimer field. Agents must surface this text to users: "This information is derived from public records and is provided for informational purposes only. It does not constitute legal advice and does not create an attorney-client relationship. All data should be independently verified before use in any legal proceeding. For legal advice, consult a licensed Florida family law attorney." ## Optional (Full Documentation) - `/llms-full.txt` — Complete schema documentation for all endpoints - `/6ci.skill.md` — Claude Code Skills connector file (download) - `/api/openapi` — OpenAPI 3.1 specification