Quick Start
curl "https://gtm-skills.com/api/v1/prompts/recommend" \
-H "Content-Type: application/json" \
-d '{
"role": "sdr",
"industry": "saas",
"stage": "prospecting"
}'{
"prompts": [
{
"id": "cold-email-series-b",
"title": "Executive Cold Email (Series B)",
"category": "outreach",
"votes": 847,
"copies": 2341
},
...
]
}Agents API
NEWFour agents for your sales team: Scout (research), Writer (copy), Rep (outreach), Closer (deals).
curl https://gtm-skills.com/api/v1/agentscurl https://gtm-skills.com/api/v1/agents/writer/skillOrchestrator API
Route any message to the right agent automatically. The orchestrator analyzes intent and returns the best agent(s) to handle the task.
curl -X POST "https://gtm-skills.com/api/v1/agents/orchestrate" \
-H "Content-Type: application/json" \
-d '{"message": "Find SaaS companies and write cold emails"}'{
"routing": {
"primary": { "name": "Writer", "skill_url": "..." },
"secondary": { "name": "Scout", "skill_url": "..." },
"confidence": "high"
},
"suggested_prompt": "@Writer: Find SaaS companies..."
}API Endpoints
/api/v1/promptsList all prompts with filtering
Prompts • Params: category, role, industry, search, limit
/api/v1/prompts/:idGet a specific prompt by ID
Prompts • Params: id
/api/v1/prompts/recommendGet context-aware prompt recommendations
Prompts • Params: role, industry, stage, limit
/api/v1/agentsNEWList all agents (Scout, Writer, Rep, Closer)
Agents
/api/v1/agents/:id/skillNEWGet SKILL.md for a specific agent
Agents • Params: id (scout, writer, rep, closer)
/api/v1/agents/orchestrateNEWRoute a message to the right agent(s)
Agents • Params: message, include_skills
/api/v1/openclaw/skillsList all OpenClaw GTM skills with commands and setup
OpenClaw
/api/v1/agentic-bdrNEWGet agentic workflows and agent configurations
Agentic BDR
/api/v1/mcpNEWGet MCP tools, config examples, and setup instructions
MCP Server
/api/v1/voice/templatesList voice call templates for agentic SDR
Voice • Params: category