save_artifact
Save an artifact (screenshot, analysis, report) to the company archive. Use after browse_url to persist visual evidence, or to save any agent-produced artifact for future reference.
[write-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time.]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short descriptive title for the artifact | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. | |
| source_url | No | URL the artifact relates to (if applicable) | |
| description | No | What this artifact shows or contains | |
| storage_path | No | Storage path where the file was uploaded | |
| artifact_type | Yes | Type of artifact being saved | |
| metadata_json | No | Optional JSON-encoded metadata (scores, analysis results, etc.). |