Skip to main content

Example

Request

User Prompt
Hey! Find the most recent docs of Better Auth and implement it in @auth.ts

Response

AI Agent
{
  "success": true,
  "query": "Better Auth documentation",
  "limit": 3,
  "results_count": 3,
  "data": [
    {
      "url": "https://www.better-auth.com/docs/introduction",
      "title": "Introduction | Better Auth",
      "description": "Better Auth exposes an LLMs.txt that helps AI models understand...",
      "position": 1,
      "markdown": "# Introduction\n\nBetter Auth is a framework-agnostic...",
      "metadata": {
        "ogUrl": "https://better-auth.comdocs/introduction.mdx",
        "og:image": "https://better-auth.com/api/og?type=Documentation...",
        "title": "Introduction | Better Auth",
        "description": "Introduction to Better Auth.",
        "statusCode": 200,
        "contentType": "text/html; charset=utf-8"
      },
      "links": [
        "https://www.better-auth.com/docs",
        "https://github.com/better-auth/better-auth",
        "https://www.better-auth.com/docs/installation"
      ]
    }
  ]
}