AI Agent System Prompts
Download ready-to-use system prompts for your AI agent platform.
Claude (Anthropic)
Format: XML File: claude-system-prompt.xml
Download Claude System Prompt
ChatGPT (OpenAI)
Format: Markdown File: chatgpt-system-prompt.md
Download ChatGPT System Prompt
Generic LLM
Format: Plain Text File: generic-llm-prompt.txt
Works with any LLM platform that accepts text-based system prompts.
Download Generic LLM Prompt
Installation
1. Download the appropriate prompt for your platform
2. Add to your agent configuration
Claude:
<!-- Paste claude-system-prompt.xml content here -->
ChatGPT:
<!-- Paste chatgpt-system-prompt.md content here -->
Generic:
# Paste generic-llm-prompt.txt content here
3. Configure API key
Set your Sticky Calls API key in your environment:
export STICKY_CALLS_API_KEY="sk_test_your_key_here"
4. Test integration
Make a test call to verify:
curl -X POST https://api.stickycalls.com/v1/calls/start \
-H "Authorization: Bearer $STICKY_CALLS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"call_id": "test_001",
"ani": "+14155551234"
}'
What's Included
Each system prompt includes:
- 📋 Complete API integration instructions
- 🔧 Request/response examples
- ✅ Error handling guidance
- 💡 Best practices for AI agents
- 🎯 Confidence scoring logic
- 💾 Context persistence patterns
Need Help?
- View Integration Guide - Complete autonomous integration
- Platform Guides - Platform-specific instructions
- API Reference - Full API documentation
- Contact Support - Get help
Ready to integrate? Download your prompt above and get started in 60 seconds.