Short answer: You can create vector store in OpenAI by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the OpenAI Create Vector Store action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Name name | string | Required | Product Docs Q4 |
File IDs file_ids | array | Optional | Files (already uploaded with purpose=assistants) to attach |
Expires After (days) expires_after_days | string | Optional | Auto-expire after N days of last activity. Leave empty for no expiry. |
{"name": "Product Docs Q4","file_ids": "{{trigger.file_ids}}","expires_after_days": "7"}
{"id": "vs_abc","name": "Product Docs Q4","status": "in_progress","file_counts": {"total": 5,"failed": 0,"completed": 0}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.