# NoFeeInc > Free Florida LLC formation. $0 service fee — pay only the $125 state filing fee. > Also offers Registered Agent service and Annual Report filing. > AI-agent-friendly: every action has a REST endpoint. ## Agent API - Base URL: https://nofeeinc.com/api/v1 - Auth: Authorization: Bearer (generate at /admin/api-keys) - Idempotency: send Idempotency-Key: on POSTs - OpenAPI spec: https://nofeeinc.com/api/v1/openapi.json ## Core workflow (deterministic) 1. GET /api/v1/pricing → fee breakdown (no auth needed) 2. POST /api/v1/entities → creates LLC + returns Stripe checkout URL 3. Pay the checkout URL (customer or agent-with-card) 4. GET /api/v1/entities/{id} → poll status → 'filed' → 'active' ## Services - llc_formation $0 service + $125 state - registered_agent $99 / year (Stripe subscription) - annual_report $75 service + $138.75 state (due May 1) ## Docs - https://nofeeinc.com/docs/api - https://nofeeinc.com/terms - https://nofeeinc.com/privacy