setup
Securely configure and store API credentials for 12+ publishing platforms (Dev.to, Ghost, Hashnode, WordPress, Medium, Substack, Unsplash, etc.) locally in a config file. Replaces existing credentials and returns validation status.
Instructions
Configure and persist platform credentials to ~/.pipepost/config.json (local file, never transmitted). Supports devto, ghost, hashnode, wordpress, medium, substack, unsplash. Replaces any existing credentials for the same platform. FREE. Returns: { platform, status: 'configured', validated: boolean }. Common errors: missing required fields for the chosen platform (VALIDATION_ERROR).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Platform to configure: devto, ghost, hashnode, wordpress, medium, substack, x, linkedin, reddit, bluesky, mastodon, unsplash | |
| credentials | Yes | API credentials as key-value pairs |