How You Can Share

Multiple channels designed for different audiences, use cases, and technical requirements.

🔗

Direct Links & SEO

Every published piece generates clean, indexable URLs with automatic OpenGraph and Twitter card metadata.

📢

Social Distribution

One-click sharing to major platforms with smart snippet generation and tracking pixel support.

📡

RSS & Atom Feeds

Real-time XML feeds updated on publish. Compatible with all readers, aggregators, and internal dashboards.

⚙️

REST & GraphQL API

Programmatic access to articles, metadata, and analytics. Authenticated endpoints with rate limiting.

Collaborative Knowledge Exchange

Share drafts, annotate in real-time, and maintain version control without leaving the platform.

Real-Time Co-Authoring

Multiple editors work simultaneously with conflict resolution and live cursors.

Draft Sharing & Review

Generate expiring, password-protected links for internal or client feedback loops.

Version History & Rollback

Automatic saves every 30 seconds. Compare revisions and restore any previous state instantly.

Review Mode • 3 Active Cursors
💬 Alex: Can we add a data table here?
Maya: Updated with Q4 metrics.

Embed & Integration Tools

Seamlessly pull InkWell content into your apps, CMS, or internal portals.

// Fetch latest published articles const response = await fetch('https://api.inkwell.dev/v2/articles', { headers: { 'Authorization': `Bearer ${process.env.INKWELL_API_KEY}` }, params: { status: 'published', limit: 10 } }); const articles = await response.json(); console.log(articles.map(a => a.title));

Sharing Guidelines & Compliance

We prioritize attribution, data privacy, and copyright compliance across all distribution channels.

Copyright & Attribution

All content is licensed under CC BY-NC 4.0 unless stated otherwise.

  • Always credit the original author
  • Include canonical link to source
  • Commercial use requires explicit license

Data Privacy (GDPR/CCPA)

We do not sell user data. Sharing tools comply with global privacy standards.

  • Zero tracking pixels on shared links
  • Right to erasure honored within 72hrs
  • Explicit consent for newsletter exports

Embed & Syndication Rules

When embedding or syndicating content, follow these technical and ethical guidelines.

  • Do not strip author metadata
  • Max 3 embeds per external domain
  • Cache TTL recommended: 24 hours

Frequently Asked Questions

How do I generate a secure sharing link for a draft?
Navigate to your draft, click "Share", and toggle "Secure Link". You can set an expiration date (24h to 30 days) and optionally require a password. Links are cryptographically signed and revocable anytime.
Can I syndicate articles to my company blog automatically?
Yes. Use our Webhooks or RSS feed. When configured, new publishes trigger a POST to your endpoint with full JSON payload, or you can poll the feed. We handle deduplication and preserve canonical URLs.
Is the API free for non-commercial projects?
The REST and GraphQL APIs offer a generous free tier: 5,000 requests/month, 10 requests/minute rate limit, and access to public content. Enterprise and high-volume commercial usage requires a paid plan.
How are comments and annotations handled across shared versions?
Annotations are tied to content blocks, not file versions. When a draft is updated, relevant comments persist and are flagged as "on older version" if the block changes significantly. All threads are exportable to CSV/JSON.
Do you support SSO for team collaboration access?
Yes. Enterprise and Pro plans support SAML 2.0 and OAuth 2.0 SSO (Okta, Azure AD, Google Workspace). Setup takes under 10 minutes via our admin dashboard.
"}