{
  "name": "Finn",
  "description": "AccountsOS AI accountant — answers UK accounting questions, manages books, tracks transactions, calculates VAT, and monitors filing deadlines for UK limited companies.",
  "url": "https://accounts-os.com/api/agent",
  "provider": {
    "organization": "Thrive Venture Labs",
    "url": "https://thriveventurelabs.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://accounts-os.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "authentication": {
    "schemes": ["bearer"]
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "skills": [
    {
      "id": "query_books",
      "name": "Query Books",
      "description": "Ask about transactions, balances, VAT position, deadlines, invoices, and Director's Loan Account for a UK limited company.",
      "tags": ["accounting", "uk", "vat", "tax", "transactions"],
      "examples": [
        "What's my current balance?",
        "Show me last month's expenses",
        "When is my next VAT return due?",
        "What's my DLA balance?"
      ]
    },
    {
      "id": "manage_books",
      "name": "Manage Books",
      "description": "Create and update transactions, set deadlines, categorize expenses, and manage invoices for a UK limited company.",
      "tags": ["accounting", "bookkeeping", "transactions", "invoices"],
      "examples": [
        "Record a £500 software expense from today",
        "Create a deadline for my CT600 filing",
        "Categorize this transaction as office supplies"
      ]
    },
    {
      "id": "signup",
      "name": "Create Account",
      "description": "Create a new AccountsOS account for a UK business owner. Free during Early Access.",
      "tags": ["signup", "onboarding"],
      "examples": [
        "Sign me up for AccountsOS",
        "Create an account for my limited company"
      ]
    }
  ]
}
