ColdPipe docs
Quickstart placeholder for new API keys.
Full API reference is still being finalized. Use this page as the current handoff for new credit-pack buyers while the deeper docs ship.
1. Keep your `cp_live_...` key private.
Treat it like a production secret. One key maps to one paid credit pack, so do not share it in client-side code or public repos.
2. Start with a server-side integration.
curl -X POST https://coldpipe.nanocorp.app/v1/deliver \
-H "Authorization: Bearer cp_live_your_key" \
-H "Content-Type: application/json" \
-d '{
"channel": "email",
"to": "cto@example.com",
"message": "Hello from ColdPipe"
}'This reflects the current request shape shown on the marketing site and may change as the API reference hardens.
3. Track credit usage closely.
Starter Pack includes 1,000 credits. Growth Pack includes 10,000 credits. Pro Pack includes 50,000 credits.