Key Submit: https://usasanbox.homelinked.tech/key/
Purpose: Practice sudo, Python Runtime, AI API calls, public URL, API URL and handoff.
Boundary: test-only, low-limit keys only, no company secrets.
https://usasanbox.homelinked.tech/key/
ssh yourname@72.203.217.218
cd ~/work cp .env.example .env nano .env
Example:
OPENAI_API_KEY=your_test_openai_key OPENAI_MODEL=gpt-4o-mini GEMINI_API_KEY=your_test_gemini_key GEMINI_MODEL=gemini-3.5-flash
sudo systemctl restart usaai-yourname sudo systemctl status usaai-yourname --no-pager
https://usasanbox.homelinked.tech/yourname/api/ https://usasanbox.homelinked.tech/yourname/api/ai/status https://usasanbox.homelinked.tech/yourname/api/ai/openai?prompt=Say%20hello https://usasanbox.homelinked.tech/yourname/api/ai/gemini?prompt=Say%20hello
If your computer says id_ed25519 already exists, press n. Then run: cat ~/.ssh/id_ed25519.pub Submit the ssh-ed25519 AAAA... line to: https://usasanbox.homelinked.tech/key/
1. Login 2. Add test API key into .env 3. Restart service 4. Open /api/ai/status 5. Run one OpenAI or Gemini test URL 6. Screenshot 7. Write: Today I Made Today I Tried Next Step
Do not upload: private key company API key production Stripe key customer data personal data confidential files Because students have sudo, shared secrets are not truly isolated. Use test keys only.