Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Official TypeScript SDK for Ceramic
npm install ceramic-ai
import { Ceramic } from "ceramic-ai"; const client = new Ceramic({ apiKey: "YOUR_API_KEY" }); const response = await client.search({ query: "California rental laws"}); console.log(response);
query