Your bot needs two secrets from the Trepa app. This page covers the first: an API key. The next page covers the wallet key your program uses to sign on Solana. An API key tells Trepa which user your automation represents. The SDK keeps that login fresh while the bot runs. You can keep up to 5 active keys at a time. Each key starts withDocumentation Index
Fetch the complete documentation index at: https://docs.trepa.io/llms.txt
Use this file to discover all available pages before exploring further.
trp_ and is shown in full only once, when you create it.
Create a key
Open Settings → API keys in the Trepa app.Copy the key
Copy the value and store it somewhere safe. You will paste it into a 
.env file in the Quickstart.

