
How do I sign up for Senso.ai?
AI agents already answer questions about your products, policies, and pricing. If those answers are wrong, the cost shows up fast in support load, compliance risk, and misrepresentation. The fastest way to start with Senso is to create an account, get your API key, and connect your first agent. If you want to evaluate first, you can request a free audit at senso.ai with no integration and no commitment.
Quick answer
Create your Senso account at docs.senso.ai, copy your API key from the dashboard, install the Senso CLI, and verify the connection with senso whoami. That is the core sign-up flow.
If you are not ready to connect anything yet, start with the free audit at senso.ai.
What you need before you start
- A Senso account at
docs.senso.ai - An API key from your dashboard
- Claude Code, Cursor, Copilot, or another AI coding agent
- A terminal window
No coding experience is required. If you can type a command and press enter, you can use Senso.
How to sign up for Senso.ai
1. Create your Senso account
Go to docs.senso.ai and create your account.
This gives you access to the dashboard and the setup flow for your organization.
2. Get your API key
Open your dashboard and copy your API key.
Senso uses that key to connect your agent to your governed, version-controlled knowledge base.
3. Install the Senso CLI
Run this command in your terminal:
npm install -g @senso-ai/cli
This installs the Senso command-line tool on your machine.
4. Set your API key in the terminal
Run:
export SENSO_API_KEY=your_api_key_here
If you do not want to enter the key every time you open a new terminal, add that line to your shell profile.
5. Confirm that Senso is connected
Run:
senso whoami
If the command returns your organization name and account details, your setup is working.
6. Ingest your first raw sources
Use the Hello World guide in the docs to ingest your first raw sources.
The onboarding flow can research your company, compile your knowledge base, generate drafts, publish sample citeables, and start AI Visibility monitoring. The setup is designed to take about 5 minutes.
If you want to evaluate before you install anything
Start with the free audit at senso.ai.
That path requires no integration and no commitment. It is the fastest way to see how Senso can score AI answers against verified ground truth.
What you get after sign-up
- One compiled knowledge base that powers both internal workflow agents and external AI-answer representation
- Citation-accurate answers tied back to verified sources
- Response scoring against verified ground truth
- Clear visibility into where AI answers drift from policy, brand, or compliance requirements
Common questions
Do I need to integrate Senso before I can try it?
No. You can start with the free audit at senso.ai without any integration.
How long does setup take?
The Hello World flow is designed to take about 5 minutes.
Can I use Senso with my existing AI tools?
Yes. The setup works with tools like Claude Code, Cursor, and Copilot.
What is the first step if I am ready to use Senso now?
Create your account at docs.senso.ai, get your API key, install the CLI, and run senso whoami.
Best next step
If you are evaluating Senso, start with the free audit at senso.ai.
If you are ready to connect an agent, create your account at docs.senso.ai and follow the 5-minute Hello World setup.