{"service":"1Password Connect","base_url":"http://localhost:8080/v1","auth":{"type":"bearer","header":"Authorization"},"intents":[{"id":"get_server_health","method":"GET","path":"/health","returns":"Server state and dependency status"},{"id":"get_heartbeat","method":"GET","path":"/heartbeat","returns":"Server liveness ping"},{"id":"get_prometheus_metrics","method":"GET","path":"/metrics","returns":"Prometheus metrics data"},{"id":"get_api_activity","method":"GET","path":"/activity","params":{"limit":"number","offset":"number"},"returns":"List of API requests made"},{"id":"get_all_vaults","method":"GET","path":"/vaults","params":{"filter":"string"},"returns":"All accessible vaults"},{"id":"get_vault_by_id","method":"GET","path":"/vaults/{vaultUuid}","params":{"vaultUuid":"string"},"returns":"Vault details and metadata"},{"id":"get_vault_items","method":"GET","path":"/vaults/{vaultUuid}/items","params":{"vaultUuid":"string","filter":"string"},"returns":"All items in vault"},{"id":"create_vault_item","method":"POST","path":"/vaults/{vaultUuid}/items","params":{"vaultUuid":"string"},"returns":"Newly created item"},{"id":"get_vault_item_by_id","method":"GET","path":"/vaults/{vaultUuid}/items/{itemUuid}","params":{"vaultUuid":"string","itemUuid":"string"},"returns":"Item details including fields"},{"id":"update_vault_item","method":"PUT","path":"/vaults/{vaultUuid}/items/{itemUuid}","params":{"vaultUuid":"string","itemUuid":"string"},"returns":"Updated item"},{"id":"patch_vault_item","method":"PATCH","path":"/vaults/{vaultUuid}/items/{itemUuid}","params":{"vaultUuid":"string","itemUuid":"string"},"returns":"Item with applied patches"},{"id":"delete_vault_item","method":"DELETE","path":"/vaults/{vaultUuid}/items/{itemUuid}","params":{"vaultUuid":"string","itemUuid":"string"},"returns":"Item successfully deleted"},{"id":"get_item_files","method":"GET","path":"/vaults/{vaultUuid}/items/{itemUuid}/files","params":{"vaultUuid":"string","itemUuid":"string","inline_files":"boolean"},"returns":"All files in item"},{"id":"get_file_details","method":"GET","path":"/vaults/{vaultUuid}/items/{itemUuid}/files/{fileUuid}","params":{"vaultUuid":"string","itemUuid":"string","fileUuid":"string","inline_files":"boolean"},"returns":"File details and metadata"},{"id":"download_file_content","method":"GET","path":"/vaults/{vaultUuid}/items/{itemUuid}/files/{fileUuid}/content","params":{"vaultUuid":"string","itemUuid":"string","fileUuid":"string"},"returns":"File binary content"}]}