Skip to content

Commit 80a9ea7

Browse files
committed
docs: bump file expiry to 24h, clarify tab stays open indefinitely
1 parent 8c6e3be commit 80a9ea7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

agents/SKILL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: edit-pdf
33
description: Edit and fill PDF documents. Use when the user wants to fill a PDF form,
44
add text/signatures/checkboxes/images to a PDF, or annotate a PDF. Accepts a PDF
55
URL or file upload and returns a ready-to-use editor link. URL inputs are passed
6-
through directly. File uploads are stored temporarily (1 hour) then deleted.
6+
through directly. File uploads are stored temporarily (24 hours) then deleted.
77
---
88

99
# SimplePDF - PDF Editor
@@ -30,7 +30,7 @@ Both return JSON with the editor URL and embed snippets.
3030

3131
## From a file
3232

33-
Upload a PDF file to the API. The file is stored temporarily (1 hour) to make it accessible to the browser-based editor.
33+
Upload a PDF file to the API. For security and privacy, the file is stored temporarily (24 hours) then automatically deleted. The user has 24 hours to open the link. Once opened, the PDF is loaded into the browser and processed entirely client-side, so the tab can stay open indefinitely.
3434

3535
### Shell
3636

@@ -133,7 +133,7 @@ With a company-specific portal, replace `"ai"` with the portal identifier:
133133
## Privacy
134134

135135
- **URL input**: The PDF URL is passed directly to the browser-based editor. The PDF is never downloaded or stored by this service.
136-
- **File upload**: The PDF is temporarily stored for up to 1 hour to make it accessible to the browser-based editor, then automatically deleted.
136+
- **File upload**: For security and privacy, uploaded PDFs are stored for up to 24 hours then automatically deleted. Once the editor loads the PDF in the browser, the tab works independently of the stored file.
137137
- **Editing**: All PDF editing happens client-side in the browser. The edited document is never sent to SimplePDF servers.
138138

139139
## Supported operations
@@ -150,7 +150,7 @@ Once the user opens the editor link, they can:
150150
## Limits
151151

152152
- Maximum PDF size: 50 MB (file uploads only)
153-
- Uploaded files expire after 1 hour
153+
- Uploaded files expire after 24 hours
154154
- Rate limit: 30 requests per minute per IP
155155
- URL must start with http:// or https://
156156
- companyIdentifier must be a valid SimplePDF portal identifier

0 commit comments

Comments
 (0)