Very Quick Start with ELITEA¶
Get up and running in just a few minutes. Follow these minimal steps, then dive deeper when you’re ready.
Step 1: Access the Platform¶
- Open your browser and go to https://nexus.elitea.ai
- Sign in with your account credentials.
- If prompted, switch to your Private project using the project switcher (top left). If your Private project isn’t ready yet, wait up to 5 minutes.
Step 2: Create Your First Credential (short)¶
Credentials allow your agents to securely connect to external services:
- Navigate to Credentials: Open the sidebar and select Credentials.
- Create New Credential:
- Click the
+ Create
button - Choose your Credential Type (e.g., Jira)
- Fill in the required fields (Base Url, API keys, usernames, passwords, or secrets)
- Give it a clear, descriptive name
- Click Save.
- Click the
Reference
For more information, see the Credentials Guide
Step 3: Build Your First Toolkit (e.g., Jira)¶
- Navigate to Toolkits: Open the sidebar and select Toolkits.
- Create New Toolkit:
- Click the
+ Create
button - Select the Toolkit Type that matches your credential (e.g., Jira)
- Enter a name (e.g.,
#JiraAssistant
) and optional description
- Click the
- Configure the Toolkit:
- In the CONFIGURATION section, select your previously created credential from the dropdown
- Fill in any additional settings (API endpoints, project keys, etc.)
- In the "Tools" section, enable only the specific tools your agent will use
- e.g., "Search using JQL" and Create issue
- Save: Click Save to create your toolkit.
Reference
For more information, see the Toolkits Guide.
Step 4: Start Your First Conversation (simple example)¶
Now it's time to test your setup:
- Navigate to Chat: Click on Chat in the sidebar.
- Create New Conversation:
- Click the
+ Create
button - Give your conversation a name (or use the default)
- Click the
-
Select Your Assistant:
- Look for the Toolkits dropdown on the Participants panel.
- Click the + button
- Select your newly created Toolkit from the list
- Alternatively, type
#
followed by your toolkit's name (e.g.,#JiraAssistant
) and select from the search results
-
Start Interacting:
- Ask your Toolkit to perform tasks using its connected tools
Example Request:
- Search example: "Find the 3 highest-priority open bugs in project ABC created in the last 7 days"
- Issue creation example: "Create a Jira bug in project ABC titled 'Login fails on mobile' with high priority and assign it to me"
Reference
For more information, see the Chat Guide.
Related Documentation
For more detailed information, refer to:
- Create a Secret - Secure storage for API keys and passwords
- Create a Personal Access Token - Generate tokens for API access
- Glossary - Definitions of key terms and concepts