Skip to content

๐Ÿค– OpenAI App Agent โ€‹

Pro

OpenAI API integration patterns, function calling, and embedding workflows.

CLI Usage โ€‹

bash
luna run openai-app --context "your input here"

API Usage โ€‹

bash
curl -N -X POST https://api.lunaos.ai/agents/execute \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"agent": "openai-app", "context": "your input here"}'

Built with โค๏ธ for developers