API Connection
Connect to your VX API instance to enable memory storage and retrieval.
The URL of your VX API instance
Your API key from the onboarding process
Quick Start
1
Run VX API locally:
cd vx-core && npm run dev2
Enter the API URL above (default:
http://localhost:3000)3
Add your API key from the onboarding process
4
Test the connection — you're ready to go!