Writer
Overview
SLUG: WRITER
Description
Writer is a full-stack generative AI platform for enterprises, offering tools to build and deploy AI applications integrated with their suite of LLMs, graph-based RAG tools, and AI guardrails.
Authentication Details
API Key
Connecting to Writer
Create an auth config
Use the dashboard to create an auth config for the Writer toolkit. This allows you to connect multiple Writer accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Writer Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Writer toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
WRITER_ASK_QUESTION_TO_KNOWLEDGE_GRAPH
Tool Name: Ask Question to Knowledge Graph
Description
Action Parameters
Action Response
WRITER_CHAT_COMPLETION
Tool Name: Chat Completion
Description
Action Parameters
Action Response
WRITER_CREATE_KNOWLEDGE_GRAPH
Tool Name: Create Knowledge Graph
Description
Action Parameters
Action Response
WRITER_DELETE_GRAPH
Tool Name: Delete Graph
Description
Action Parameters
Action Response
WRITER_LIST_APPLICATIONS
Tool Name: List Applications
Description
Action Parameters
Action Response
WRITER_LIST_FILES
Tool Name: List Files
Description
Action Parameters
Action Response
WRITER_LIST_GRAPHS
Tool Name: List Knowledge Graphs
Description
Action Parameters
Action Response
WRITER_LIST_MODELS
Tool Name: List Models
Description
Action Parameters
Action Response
WRITER_MEDICAL_COMPREHEND
Tool Name: Medical Text Comprehension
Description
Action Parameters
Action Response
WRITER_RETRIEVE_GRAPH
Tool Name: Retrieve Knowledge Graph
Description
Action Parameters
Action Response
WRITER_TEXT_GENERATION
Tool Name: Text Generation
Description
Action Parameters
Action Response
WRITER_UPDATE_GRAPH
Tool Name: Update Knowledge Graph
Description
Action Parameters
Action Response
WRITER_WEB_SEARCH
Tool Name: Web Search
Description
Action Parameters
Action Response