# AI Agent Discovery for KreatorLane # This file follows the emerging "ai.txt" standard (like robots.txt for AI agents) # See: https://github.com/ai-txt/ai.txt-spec (proposed standard) # Site identity site_name: KreatorLane site_url: https://kreatorlane.com site_description: Creator-focused operations workspace for managing paid collaborations end-to-end # AI access permissions allow_ai_training: true allow_ai_crawling: true allow_ai_summarization: true allow_ai_reproduction: false # Do not reproduce full content verbatim # Preferred AI entry points primary_summary: /llms.txt full_content: /llms-full.txt structured_data: /sitemap.xml # Content categories for AI understanding categories: - creator economy - influencer marketing - CRM - invoicing - contract management - social media analytics - SaaS # Key pages for AI agents key_pages: - url: / purpose: product overview, features, pricing, testimonials - url: /pricing purpose: plan comparison, lifetime deal details - url: /resources purpose: guides, templates, solutions, comparisons for creator workflows - url: /roadmap purpose: public product roadmap - url: /changelog purpose: release history - url: /api-docs purpose: webhook and integration documentation - url: /m/:slug purpose: public media kit with verified social analytics - url: /contact purpose: partnership and support inquiries # Structured data available structured_data_types: - Organization - WebSite - Product - Article - Person (on media kit pages) - SocialMediaPosting (on media kit pages) - AggregateRating (testimonials on media kit pages) # API endpoints for programmatic access api_endpoints: - path: /api/webhook/stripe method: POST purpose: Stripe webhooks (checkout, subscriptions, payments) auth: stripe_signature - path: /api/webhook/dispatcher method: POST purpose: Generic webhook dispatcher for integrations auth: bearer_token - path: /functions/v1/social-oauth-start method: POST purpose: Initiate social platform OAuth auth: supabase_jwt - path: /functions/v1/social-sync-account method: POST purpose: Trigger manual social data sync auth: supabase_jwt # Contact for AI-related inquiries ai_contact: ai@kreatorlane.com # Last updated last_updated: 2026-07-05