App
DocuWriter.ai
AI-powered service that generates code documentation, tests, and optimizations from your source code files
What your agent can do with DocuWriter.ai
Triggers and actions 1 trigger · 9 actions
- TriggerNew Generation
Triggers when new generation is created.
- ActionAdd document
Create a new document within a Space. POST /api/spaces/{space}/documents (Bearer token auth).
- ActionAdd space
Create a new Space to organize documentation. POST /api/spaces (Bearer token auth).
- ActionDelete document
Delete a document within a Space. DELETE /api/spaces/{space}/documents/{spaceMenuItem} (Bearer token auth).
- ActionFind documents by keyword
Search for documents within a Space by keyword. POST /api/spaces/{space}/search (Bearer token auth).
- ActionGet document
Retrieve a document within a Space by id. GET /api/spaces/{space}/documents/{spaceMenuItem} (Bearer token auth).
- ActionGet generation
Retrieve a single documentation generation by id, including its status and result. GET /api/generations/{id} (Bearer token auth).
- ActionList generations
List the user's documentation generations. GET /api/generations (Bearer token auth).
- ActionList spaces
List the user's Spaces (collaborative documentation collections). GET /api/spaces (Bearer token auth).
- ActionUpdate document
Update an existing document within a Space. PUT /api/spaces/{space}/documents/{spaceMenuItem} (Bearer token auth).
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the DocuWriter.ai API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.