Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# LessonPaid
> Payment automation for private-practice instructors. Every lesson, billed on delivery — no chasing, no spreadsheets.
LessonPaid is a Foundry product at https://lessonpaid.arflow.io.
## Quick Start
Homepage: https://lessonpaid.arflow.io/
API base: https://lessonpaid.arflow.io/lp/v1
OpenAPI: https://lessonpaid.arflow.io/openapi.yaml
ai-plugin: https://lessonpaid.arflow.io/.well-known/ai-plugin.json
MCP manifest: https://lessonpaid.arflow.io/.well-known/mcp.json
## Related Foundry Products
- Search: https://nothumansearch.ai
- Jobs: https://aidevboard.com
- Research: https://8bitconcepts.com
OpenAPI Spec (preview)
openapi: 3.0.3
info:
title: LessonPaid API
description: Payment automation for private-practice instructors. Every lesson, billed on delivery — no chasing, no spreadsheets.
version: 1.0.0
contact:
name: LessonPaid
url: https://lessonpaid.arflow.io
servers:
- url: https://lessonpaid.arflow.io
description: Production
paths:
/lp/v1:
get:
summary: Service status
responses:
'200':
description: OK
components:
securitySchemes:
bearerAuth