Actions
| Name | Description |
|---|---|
generate_textGenerate text using Writer AI models | Generate text using Writer AI models |
list_templatesList available content templates | List available content templates |
check_contentCheck content for grammar, style, and brand compliance | Check content for grammar, style, and brand compliance |
get_suggestionsGet writing suggestions and improvements for content | Get writing suggestions and improvements for content |
custom_api_callMake a custom API call to the Writer API | Make a custom API call to the Writer API |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'writer-ai',
actionName: 'generate_text',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Writer to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Writer support?
Writer supports 5 actions including Generate Text, List Templates, Check Content, Get Suggestions, Custom API Call.
Can I use Writer with AI agents?
Yes. Add Writer to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Writer use?
Writer uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Writer integration cost?
The Writer integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Writer in 2 minutes
Get 1,000 free actions every month. No credit card required.