Relevance AI home page
v6.0.0
Search...
⌘K
Log In
Sign Up
Sign Up
Search...
Navigation
Python
Installation and login
Documentation
General Documentation
Request a Call
Github
Discord
Python
Installation and login
FastAPI to Tool
Partnership
Creating new tools in Relevance AI
Bonus
Shareable App
Custom Action for GPTs
Other
Data Privacy Policy
On this page
1. Create an account and install Relevance AI
2. Log in to Relevance AI
Python
Installation and login
1. Create an account and install Relevance AI
Before you get started, make sure you create an account and install Relevance AI:
Sign up for a free account at
https://app.relevanceai.com
and then login to your Relevance AI account.
Install the RelevanceAI library in a Python 3 environment
Copy
pip install relevanceai
2. Log in to Relevance AI
Python
Copy
import
relevanceai
as
rai
rai.login()
You can create a key here:
https://app.relevanceai.com/login/sdk
FastAPI to Tool
Assistant
Responses are generated using AI and may contain mistakes.