Build AI assistants & GPTs
within minutes

Crisper offers easy-to-use APIs to build
AI support bots, AI search, and AI data analyst in your app.

Create your free account
No credit card required
Trusted by 500+ individuals & companies
Step 1: Add your help center or website
assistant = Crisper.create_assistant(
  name="customer-support-bot"
)

assistant.add_source(
  type="url",
  url="https://help.company.com/"
)
Step 2: Ask AI support questions
assistant.ask(
  "How can I get a refund?"
)
Step 3: Get answers
=> "You can request refund from our billing page."
Step 1: Add PDF docs or Notion as source
assistant = Crisper.create_assistant(
  name="paul-graham-pdf"
)

assistant.add_source(
  type="pdf",
  url="https://..../how-to-do-great-work-pg.pdf"
)
Step 2: Ask AI questions
assistant.ask(
  "How should one do great work?"
)
Step 3: Get answers
=> "To do great work, one should first find 
the type of work they are most suited for, 
which will likely be a close match to their
abilities and interests. 
This can only be determined by trying different things."
Step 1: Add Postgres or Clickhouse as DB
assistant = Crisper.create_assistant(
  name="revenue-analytics"
)

assistant.add_source(
  type="postgres",
  options={
  	connection_string: ""
  }
)
Step 2: Ask AI questions
assistant.ask(
  "How many users signed up this month"?
)
Step 3: Get answers
=> "You had 100 sign ups this months, 
10% more than last month"

Pricing

Free Tier
$0 / mo
  • 100 MB storage
  • 200,000 input tokens
  • 40,000 output tokens
  • Email support
Starter plan
$149 / mo
  • 500 MB storage
  • 10 million input tokens
  • 2 million output tokens
  • Email & Chat support
Lite plan
$499 / mo
  • 1 GB Storage
  • 40 million input tokens
  • 8 million output tokens
  • Email & Chat support