aiinbx 0.269.0__tar.gz → 0.286.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. aiinbx-0.286.0/.release-please-manifest.json +3 -0
  2. {aiinbx-0.269.0 → aiinbx-0.286.0}/CHANGELOG.md +142 -0
  3. {aiinbx-0.269.0 → aiinbx-0.286.0}/PKG-INFO +10 -1
  4. {aiinbx-0.269.0 → aiinbx-0.286.0}/README.md +9 -0
  5. {aiinbx-0.269.0 → aiinbx-0.286.0}/pyproject.toml +1 -1
  6. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_version.py +1 -1
  7. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/resources/domains.py +4 -0
  8. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/resources/emails.py +4 -0
  9. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/resources/threads.py +68 -0
  10. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/thread_search_params.py +16 -0
  11. aiinbx-0.269.0/.release-please-manifest.json +0 -3
  12. {aiinbx-0.269.0 → aiinbx-0.286.0}/.gitignore +0 -0
  13. {aiinbx-0.269.0 → aiinbx-0.286.0}/CONTRIBUTING.md +0 -0
  14. {aiinbx-0.269.0 → aiinbx-0.286.0}/LICENSE +0 -0
  15. {aiinbx-0.269.0 → aiinbx-0.286.0}/SECURITY.md +0 -0
  16. {aiinbx-0.269.0 → aiinbx-0.286.0}/api.md +0 -0
  17. {aiinbx-0.269.0 → aiinbx-0.286.0}/bin/check-release-environment +0 -0
  18. {aiinbx-0.269.0 → aiinbx-0.286.0}/bin/publish-pypi +0 -0
  19. {aiinbx-0.269.0 → aiinbx-0.286.0}/examples/.keep +0 -0
  20. {aiinbx-0.269.0 → aiinbx-0.286.0}/noxfile.py +0 -0
  21. {aiinbx-0.269.0 → aiinbx-0.286.0}/release-please-config.json +0 -0
  22. {aiinbx-0.269.0 → aiinbx-0.286.0}/requirements-dev.lock +0 -0
  23. {aiinbx-0.269.0 → aiinbx-0.286.0}/requirements.lock +0 -0
  24. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/ai_inbx/lib/.keep +0 -0
  25. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/__init__.py +0 -0
  26. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_base_client.py +0 -0
  27. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_client.py +0 -0
  28. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_compat.py +0 -0
  29. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_constants.py +0 -0
  30. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_exceptions.py +0 -0
  31. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_files.py +0 -0
  32. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_models.py +0 -0
  33. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_qs.py +0 -0
  34. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_resource.py +0 -0
  35. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_response.py +0 -0
  36. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_streaming.py +0 -0
  37. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_types.py +0 -0
  38. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_utils/__init__.py +0 -0
  39. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_compat.py +0 -0
  40. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_datetime_parse.py +0 -0
  41. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_logs.py +0 -0
  42. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_proxy.py +0 -0
  43. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_reflection.py +0 -0
  44. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_resources_proxy.py +0 -0
  45. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_streams.py +0 -0
  46. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_sync.py +0 -0
  47. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_transform.py +0 -0
  48. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_typing.py +0 -0
  49. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_utils.py +0 -0
  50. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/lib/.keep +0 -0
  51. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/py.typed +0 -0
  52. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/resources/__init__.py +0 -0
  53. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/resources/meta.py +0 -0
  54. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/resources/webhooks.py +0 -0
  55. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/__init__.py +0 -0
  56. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/domain_create_params.py +0 -0
  57. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/domain_create_response.py +0 -0
  58. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/domain_delete_response.py +0 -0
  59. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/domain_list_response.py +0 -0
  60. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/domain_retrieve_response.py +0 -0
  61. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/domain_verify_response.py +0 -0
  62. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/email_reply_params.py +0 -0
  63. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/email_reply_response.py +0 -0
  64. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/email_retrieve_response.py +0 -0
  65. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/email_send_params.py +0 -0
  66. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/email_send_response.py +0 -0
  67. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/inbound_email_received_webhook_event.py +0 -0
  68. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/meta_webhooks_schema_response.py +0 -0
  69. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/outbound_email_bounced_webhook_event.py +0 -0
  70. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/outbound_email_clicked_webhook_event.py +0 -0
  71. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/outbound_email_complained_webhook_event.py +0 -0
  72. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/outbound_email_delivered_webhook_event.py +0 -0
  73. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/outbound_email_opened_webhook_event.py +0 -0
  74. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/outbound_email_rejected_webhook_event.py +0 -0
  75. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/thread_forward_params.py +0 -0
  76. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/thread_forward_response.py +0 -0
  77. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/thread_retrieve_response.py +0 -0
  78. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/thread_search_response.py +0 -0
  79. {aiinbx-0.269.0 → aiinbx-0.286.0}/src/aiinbx/types/unwrap_webhook_event.py +0 -0
  80. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/__init__.py +0 -0
  81. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/api_resources/__init__.py +0 -0
  82. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/api_resources/test_domains.py +0 -0
  83. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/api_resources/test_emails.py +0 -0
  84. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/api_resources/test_meta.py +0 -0
  85. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/api_resources/test_threads.py +0 -0
  86. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/api_resources/test_webhooks.py +0 -0
  87. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/conftest.py +0 -0
  88. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/sample_file.txt +0 -0
  89. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/test_client.py +0 -0
  90. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/test_deepcopy.py +0 -0
  91. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/test_extract_files.py +0 -0
  92. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/test_files.py +0 -0
  93. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/test_models.py +0 -0
  94. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/test_qs.py +0 -0
  95. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/test_required_args.py +0 -0
  96. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/test_response.py +0 -0
  97. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/test_streaming.py +0 -0
  98. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/test_transform.py +0 -0
  99. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/test_utils/test_datetime_parse.py +0 -0
  100. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/test_utils/test_proxy.py +0 -0
  101. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/test_utils/test_typing.py +0 -0
  102. {aiinbx-0.269.0 → aiinbx-0.286.0}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.286.0"
3
+ }
@@ -1,5 +1,147 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.286.0 (2026-01-07)
4
+
5
+ Full Changelog: [v0.285.0...v0.286.0](https://github.com/aiinbx/aiinbx-py/compare/v0.285.0...v0.286.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([98830c2](https://github.com/aiinbx/aiinbx-py/commit/98830c27455d2fff942e6475154e14796f2fa8b7))
10
+
11
+
12
+ ### Documentation
13
+
14
+ * prominently feature MCP server setup in root SDK readmes ([3df28c1](https://github.com/aiinbx/aiinbx-py/commit/3df28c1a1fde175530de2eca9a3574fccf26ac23))
15
+
16
+ ## 0.285.0 (2026-01-06)
17
+
18
+ Full Changelog: [v0.284.0...v0.285.0](https://github.com/aiinbx/aiinbx-py/compare/v0.284.0...v0.285.0)
19
+
20
+ ### Features
21
+
22
+ * **api:** api update ([3c5b036](https://github.com/aiinbx/aiinbx-py/commit/3c5b036d42270e48866d55aedcc22caf0d99d0d4))
23
+
24
+ ## 0.284.0 (2026-01-06)
25
+
26
+ Full Changelog: [v0.283.0...v0.284.0](https://github.com/aiinbx/aiinbx-py/compare/v0.283.0...v0.284.0)
27
+
28
+ ### Features
29
+
30
+ * **api:** api update ([3f2d95f](https://github.com/aiinbx/aiinbx-py/commit/3f2d95f8c4d2b0ff52acd231321fca47d24bb387))
31
+
32
+ ## 0.283.0 (2026-01-04)
33
+
34
+ Full Changelog: [v0.282.0...v0.283.0](https://github.com/aiinbx/aiinbx-py/compare/v0.282.0...v0.283.0)
35
+
36
+ ### Features
37
+
38
+ * **api:** api update ([598758f](https://github.com/aiinbx/aiinbx-py/commit/598758f83a40a68c28e467a748fdd655e0828ec9))
39
+
40
+ ## 0.282.0 (2026-01-04)
41
+
42
+ Full Changelog: [v0.281.0...v0.282.0](https://github.com/aiinbx/aiinbx-py/compare/v0.281.0...v0.282.0)
43
+
44
+ ### Features
45
+
46
+ * **api:** api update ([c3fcf69](https://github.com/aiinbx/aiinbx-py/commit/c3fcf69279dc8fb55faea720b848157cf6351fc4))
47
+
48
+ ## 0.281.0 (2026-01-04)
49
+
50
+ Full Changelog: [v0.280.0...v0.281.0](https://github.com/aiinbx/aiinbx-py/compare/v0.280.0...v0.281.0)
51
+
52
+ ### Features
53
+
54
+ * **api:** api update ([9cb1cb2](https://github.com/aiinbx/aiinbx-py/commit/9cb1cb2b2bc4b08b31c0bf997214597f0818986d))
55
+
56
+ ## 0.280.0 (2026-01-04)
57
+
58
+ Full Changelog: [v0.279.0...v0.280.0](https://github.com/aiinbx/aiinbx-py/compare/v0.279.0...v0.280.0)
59
+
60
+ ### Features
61
+
62
+ * **api:** api update ([a8b7c99](https://github.com/aiinbx/aiinbx-py/commit/a8b7c99b8dc1a43d95eef114df0ed9b6a86937e3))
63
+
64
+ ## 0.279.0 (2026-01-04)
65
+
66
+ Full Changelog: [v0.278.0...v0.279.0](https://github.com/aiinbx/aiinbx-py/compare/v0.278.0...v0.279.0)
67
+
68
+ ### Features
69
+
70
+ * **api:** api update ([ebbb487](https://github.com/aiinbx/aiinbx-py/commit/ebbb487dd4ae5dbefc316762b076d1fd7779bd0c))
71
+
72
+ ## 0.278.0 (2026-01-04)
73
+
74
+ Full Changelog: [v0.277.0...v0.278.0](https://github.com/aiinbx/aiinbx-py/compare/v0.277.0...v0.278.0)
75
+
76
+ ### Features
77
+
78
+ * **api:** api update ([42cb134](https://github.com/aiinbx/aiinbx-py/commit/42cb134e7ada539b083468f055b360aac05e5a11))
79
+
80
+ ## 0.277.0 (2026-01-04)
81
+
82
+ Full Changelog: [v0.276.0...v0.277.0](https://github.com/aiinbx/aiinbx-py/compare/v0.276.0...v0.277.0)
83
+
84
+ ### Features
85
+
86
+ * **api:** api update ([f1f74d3](https://github.com/aiinbx/aiinbx-py/commit/f1f74d37cebe0866bdda51528c992f821f68358e))
87
+
88
+ ## 0.276.0 (2026-01-04)
89
+
90
+ Full Changelog: [v0.275.0...v0.276.0](https://github.com/aiinbx/aiinbx-py/compare/v0.275.0...v0.276.0)
91
+
92
+ ### Features
93
+
94
+ * **api:** api update ([23a2c47](https://github.com/aiinbx/aiinbx-py/commit/23a2c47615a1cf911c0c6baff08f4f6fe850de14))
95
+
96
+ ## 0.275.0 (2026-01-03)
97
+
98
+ Full Changelog: [v0.274.0...v0.275.0](https://github.com/aiinbx/aiinbx-py/compare/v0.274.0...v0.275.0)
99
+
100
+ ### Features
101
+
102
+ * **api:** api update ([8db12ca](https://github.com/aiinbx/aiinbx-py/commit/8db12caeb00b39e85425f16c703d2c571d8fe021))
103
+ * **api:** api update ([5e26990](https://github.com/aiinbx/aiinbx-py/commit/5e269900ed71244ff5e65282ef3554ecff8773ea))
104
+
105
+ ## 0.274.0 (2026-01-03)
106
+
107
+ Full Changelog: [v0.273.0...v0.274.0](https://github.com/aiinbx/aiinbx-py/compare/v0.273.0...v0.274.0)
108
+
109
+ ### Features
110
+
111
+ * **api:** api update ([09bbf98](https://github.com/aiinbx/aiinbx-py/commit/09bbf985a0e65675ca5bc2727f64647e0d0596b1))
112
+
113
+ ## 0.273.0 (2026-01-03)
114
+
115
+ Full Changelog: [v0.272.0...v0.273.0](https://github.com/aiinbx/aiinbx-py/compare/v0.272.0...v0.273.0)
116
+
117
+ ### Features
118
+
119
+ * **api:** api update ([fd18b15](https://github.com/aiinbx/aiinbx-py/commit/fd18b155aa92a7d5f6c58058387324df73ab685d))
120
+
121
+ ## 0.272.0 (2026-01-02)
122
+
123
+ Full Changelog: [v0.271.0...v0.272.0](https://github.com/aiinbx/aiinbx-py/compare/v0.271.0...v0.272.0)
124
+
125
+ ### Features
126
+
127
+ * **api:** api update ([7debe54](https://github.com/aiinbx/aiinbx-py/commit/7debe546a80c19f9421b79588857acf4a19fe8d7))
128
+
129
+ ## 0.271.0 (2026-01-02)
130
+
131
+ Full Changelog: [v0.270.0...v0.271.0](https://github.com/aiinbx/aiinbx-py/compare/v0.270.0...v0.271.0)
132
+
133
+ ### Features
134
+
135
+ * **api:** api update ([f9d40e5](https://github.com/aiinbx/aiinbx-py/commit/f9d40e57c9303c01adeccebce2ba35a49f6ad6d5))
136
+
137
+ ## 0.270.0 (2026-01-02)
138
+
139
+ Full Changelog: [v0.269.0...v0.270.0](https://github.com/aiinbx/aiinbx-py/compare/v0.269.0...v0.270.0)
140
+
141
+ ### Features
142
+
143
+ * **api:** api update ([05af418](https://github.com/aiinbx/aiinbx-py/commit/05af41863c1fa702d2510c7d9eaa6e6be038cec4))
144
+
3
145
  ## 0.269.0 (2026-01-02)
4
146
 
5
147
  Full Changelog: [v0.268.0...v0.269.0](https://github.com/aiinbx/aiinbx-py/compare/v0.268.0...v0.269.0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aiinbx
3
- Version: 0.269.0
3
+ Version: 0.286.0
4
4
  Summary: The official Python library for the AIInbx API
5
5
  Project-URL: Homepage, https://github.com/aiinbx/aiinbx-py
6
6
  Project-URL: Repository, https://github.com/aiinbx/aiinbx-py
@@ -44,6 +44,15 @@ and offers both synchronous and asynchronous clients powered by [httpx](https://
44
44
 
45
45
  It is generated with [Stainless](https://www.stainless.com/).
46
46
 
47
+ ## MCP Server
48
+
49
+ Use the AI Inbx MCP Server to enable AI assistants to interact with this API, allowing them to explore endpoints, make test requests, and use documentation to help integrate this SDK into your application.
50
+
51
+ [![Add to Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en-US/install-mcp?name=aiinbx-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImFpaW5ieC1tY3AiXX0)
52
+ [![Install in VS Code](https://img.shields.io/badge/_-Add_to_VS_Code-blue?style=for-the-badge&logo=data:image/svg%2bxml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA0MCA0MCI+PHBhdGggZmlsbD0iI0VFRSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMzAuMjM1IDM5Ljg4NGEyLjQ5MSAyLjQ5MSAwIDAgMS0xLjc4MS0uNzNMMTIuNyAyNC43OGwtMy40NiAyLjYyNC0zLjQwNiAyLjU4MmExLjY2NSAxLjY2NSAwIDAgMS0xLjA4Mi4zMzggMS42NjQgMS42NjQgMCAwIDEtMS4wNDYtLjQzMWwtMi4yLTJhMS42NjYgMS42NjYgMCAwIDEgMC0yLjQ2M0w3LjQ1OCAyMCA0LjY3IDE3LjQ1MyAxLjUwNyAxNC41N2ExLjY2NSAxLjY2NSAwIDAgMSAwLTIuNDYzbDIuMi0yYTEuNjY1IDEuNjY1IDAgMCAxIDIuMTMtLjA5N2w2Ljg2MyA1LjIwOUwyOC40NTIuODQ0YTIuNDg4IDIuNDg4IDAgMCAxIDEuODQxLS43MjljLjM1MS4wMDkuNjk5LjA5MSAxLjAxOS4yNDVsOC4yMzYgMy45NjFhMi41IDIuNSAwIDAgMSAxLjQxNSAyLjI1M3YuMDk5LS4wNDVWMzMuMzd2LS4wNDUuMDk1YTIuNTAxIDIuNTAxIDAgMCAxLTEuNDE2IDIuMjU3bC04LjIzNSAzLjk2MWEyLjQ5MiAyLjQ5MiAwIDAgMS0xLjA3Ny4yNDZabS43MTYtMjguOTQ3LTExLjk0OCA5LjA2MiAxMS45NTIgOS4wNjUtLjAwNC0xOC4xMjdaIi8+PC9zdmc+)](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22aiinbx-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22aiinbx-mcp%22%5D%7D)
53
+
54
+ > Note: You may need to set environment variables in your MCP client.
55
+
47
56
  ## Documentation
48
57
 
49
58
  The full API of this library can be found in [api.md](https://github.com/aiinbx/aiinbx-py/tree/main/api.md).
@@ -9,6 +9,15 @@ and offers both synchronous and asynchronous clients powered by [httpx](https://
9
9
 
10
10
  It is generated with [Stainless](https://www.stainless.com/).
11
11
 
12
+ ## MCP Server
13
+
14
+ Use the AI Inbx MCP Server to enable AI assistants to interact with this API, allowing them to explore endpoints, make test requests, and use documentation to help integrate this SDK into your application.
15
+
16
+ [![Add to Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en-US/install-mcp?name=aiinbx-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImFpaW5ieC1tY3AiXX0)
17
+ [![Install in VS Code](https://img.shields.io/badge/_-Add_to_VS_Code-blue?style=for-the-badge&logo=data:image/svg%2bxml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA0MCA0MCI+PHBhdGggZmlsbD0iI0VFRSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMzAuMjM1IDM5Ljg4NGEyLjQ5MSAyLjQ5MSAwIDAgMS0xLjc4MS0uNzNMMTIuNyAyNC43OGwtMy40NiAyLjYyNC0zLjQwNiAyLjU4MmExLjY2NSAxLjY2NSAwIDAgMS0xLjA4Mi4zMzggMS42NjQgMS42NjQgMCAwIDEtMS4wNDYtLjQzMWwtMi4yLTJhMS42NjYgMS42NjYgMCAwIDEgMC0yLjQ2M0w3LjQ1OCAyMCA0LjY3IDE3LjQ1MyAxLjUwNyAxNC41N2ExLjY2NSAxLjY2NSAwIDAgMSAwLTIuNDYzbDIuMi0yYTEuNjY1IDEuNjY1IDAgMCAxIDIuMTMtLjA5N2w2Ljg2MyA1LjIwOUwyOC40NTIuODQ0YTIuNDg4IDIuNDg4IDAgMCAxIDEuODQxLS43MjljLjM1MS4wMDkuNjk5LjA5MSAxLjAxOS4yNDVsOC4yMzYgMy45NjFhMi41IDIuNSAwIDAgMSAxLjQxNSAyLjI1M3YuMDk5LS4wNDVWMzMuMzd2LS4wNDUuMDk1YTIuNTAxIDIuNTAxIDAgMCAxLTEuNDE2IDIuMjU3bC04LjIzNSAzLjk2MWEyLjQ5MiAyLjQ5MiAwIDAgMS0xLjA3Ny4yNDZabS43MTYtMjguOTQ3LTExLjk0OCA5LjA2MiAxMS45NTIgOS4wNjUtLjAwNC0xOC4xMjdaIi8+PC9zdmc+)](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22aiinbx-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22aiinbx-mcp%22%5D%7D)
18
+
19
+ > Note: You may need to set environment variables in your MCP client.
20
+
12
21
  ## Documentation
13
22
 
14
23
  The full API of this library can be found in [api.md](api.md).
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "aiinbx"
3
- version = "0.269.0"
3
+ version = "0.286.0"
4
4
  description = "The official Python library for the AIInbx API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "aiinbx"
4
- __version__ = "0.269.0" # x-release-please-version
4
+ __version__ = "0.286.0" # x-release-please-version
@@ -93,6 +93,8 @@ class DomainsResource(SyncAPIResource):
93
93
  Retrieve a domain by its ID
94
94
 
95
95
  Args:
96
+ domain_id: The unique identifier of the domain
97
+
96
98
  extra_headers: Send extra headers
97
99
 
98
100
  extra_query: Add additional query parameters to the request
@@ -266,6 +268,8 @@ class AsyncDomainsResource(AsyncAPIResource):
266
268
  Retrieve a domain by its ID
267
269
 
268
270
  Args:
271
+ domain_id: The unique identifier of the domain
272
+
269
273
  extra_headers: Send extra headers
270
274
 
271
275
  extra_query: Add additional query parameters to the request
@@ -60,6 +60,8 @@ class EmailsResource(SyncAPIResource):
60
60
  Retrieve a specific email by its ID using API key authentication
61
61
 
62
62
  Args:
63
+ email_id: The unique identifier of the email
64
+
63
65
  extra_headers: Send extra headers
64
66
 
65
67
  extra_query: Add additional query parameters to the request
@@ -251,6 +253,8 @@ class AsyncEmailsResource(AsyncAPIResource):
251
253
  Retrieve a specific email by its ID using API key authentication
252
254
 
253
255
  Args:
256
+ email_id: The unique identifier of the email
257
+
254
258
  extra_headers: Send extra headers
255
259
 
256
260
  extra_query: Add additional query parameters to the request
@@ -62,6 +62,8 @@ class ThreadsResource(SyncAPIResource):
62
62
  authentication
63
63
 
64
64
  Args:
65
+ thread_id: The unique identifier of the thread
66
+
65
67
  extra_headers: Send extra headers
66
68
 
67
69
  extra_query: Add additional query parameters to the request
@@ -183,6 +185,38 @@ class ThreadsResource(SyncAPIResource):
183
185
  Search threads with various filtering options optimized for AI agents
184
186
 
185
187
  Args:
188
+ conversation_state: Filter threads by conversation state
189
+
190
+ created_after: Filter threads created after this date
191
+
192
+ created_before: Filter threads created before this date
193
+
194
+ has_email_from_address: Filter threads with emails from this address
195
+
196
+ has_email_to_address: Filter threads with emails to this address
197
+
198
+ has_participant_emails: Filter threads that include all of these email addresses as participants
199
+
200
+ last_email_after: Filter threads with last email after this date
201
+
202
+ last_email_before: Filter threads with last email before this date
203
+
204
+ limit: Number of threads to return (1-100)
205
+
206
+ offset: Number of threads to skip
207
+
208
+ some_email_has_direction: Filter threads containing emails with this direction
209
+
210
+ some_email_has_status: Filter threads containing emails with this status
211
+
212
+ sort_by: Field to sort by
213
+
214
+ sort_order: Sort order
215
+
216
+ stale_threshold_days: Days to consider a thread stale (used with conversationState=stale)
217
+
218
+ subject_contains: Filter threads where subject contains this text
219
+
186
220
  extra_headers: Send extra headers
187
221
 
188
222
  extra_query: Add additional query parameters to the request
@@ -257,6 +291,8 @@ class AsyncThreadsResource(AsyncAPIResource):
257
291
  authentication
258
292
 
259
293
  Args:
294
+ thread_id: The unique identifier of the thread
295
+
260
296
  extra_headers: Send extra headers
261
297
 
262
298
  extra_query: Add additional query parameters to the request
@@ -378,6 +414,38 @@ class AsyncThreadsResource(AsyncAPIResource):
378
414
  Search threads with various filtering options optimized for AI agents
379
415
 
380
416
  Args:
417
+ conversation_state: Filter threads by conversation state
418
+
419
+ created_after: Filter threads created after this date
420
+
421
+ created_before: Filter threads created before this date
422
+
423
+ has_email_from_address: Filter threads with emails from this address
424
+
425
+ has_email_to_address: Filter threads with emails to this address
426
+
427
+ has_participant_emails: Filter threads that include all of these email addresses as participants
428
+
429
+ last_email_after: Filter threads with last email after this date
430
+
431
+ last_email_before: Filter threads with last email before this date
432
+
433
+ limit: Number of threads to return (1-100)
434
+
435
+ offset: Number of threads to skip
436
+
437
+ some_email_has_direction: Filter threads containing emails with this direction
438
+
439
+ some_email_has_status: Filter threads containing emails with this status
440
+
441
+ sort_by: Field to sort by
442
+
443
+ sort_order: Sort order
444
+
445
+ stale_threshold_days: Days to consider a thread stale (used with conversationState=stale)
446
+
447
+ subject_contains: Filter threads where subject contains this text
448
+
381
449
  extra_headers: Send extra headers
382
450
 
383
451
  extra_query: Add additional query parameters to the request
@@ -14,26 +14,37 @@ class ThreadSearchParams(TypedDict, total=False):
14
14
  conversation_state: Annotated[
15
15
  Literal["awaiting_reply", "needs_reply", "active", "stale"], PropertyInfo(alias="conversationState")
16
16
  ]
17
+ """Filter threads by conversation state"""
17
18
 
18
19
  created_after: Annotated[str, PropertyInfo(alias="createdAfter")]
20
+ """Filter threads created after this date"""
19
21
 
20
22
  created_before: Annotated[str, PropertyInfo(alias="createdBefore")]
23
+ """Filter threads created before this date"""
21
24
 
22
25
  has_email_from_address: Annotated[str, PropertyInfo(alias="hasEmailFromAddress")]
26
+ """Filter threads with emails from this address"""
23
27
 
24
28
  has_email_to_address: Annotated[str, PropertyInfo(alias="hasEmailToAddress")]
29
+ """Filter threads with emails to this address"""
25
30
 
26
31
  has_participant_emails: Annotated[SequenceNotStr[str], PropertyInfo(alias="hasParticipantEmails")]
32
+ """Filter threads that include all of these email addresses as participants"""
27
33
 
28
34
  last_email_after: Annotated[str, PropertyInfo(alias="lastEmailAfter")]
35
+ """Filter threads with last email after this date"""
29
36
 
30
37
  last_email_before: Annotated[str, PropertyInfo(alias="lastEmailBefore")]
38
+ """Filter threads with last email before this date"""
31
39
 
32
40
  limit: float
41
+ """Number of threads to return (1-100)"""
33
42
 
34
43
  offset: float
44
+ """Number of threads to skip"""
35
45
 
36
46
  some_email_has_direction: Annotated[Literal["INBOUND", "OUTBOUND"], PropertyInfo(alias="someEmailHasDirection")]
47
+ """Filter threads containing emails with this direction"""
37
48
 
38
49
  some_email_has_status: Annotated[
39
50
  Literal[
@@ -51,11 +62,16 @@ class ThreadSearchParams(TypedDict, total=False):
51
62
  ],
52
63
  PropertyInfo(alias="someEmailHasStatus"),
53
64
  ]
65
+ """Filter threads containing emails with this status"""
54
66
 
55
67
  sort_by: Annotated[Literal["createdAt", "lastEmailAt", "subject"], PropertyInfo(alias="sortBy")]
68
+ """Field to sort by"""
56
69
 
57
70
  sort_order: Annotated[Literal["asc", "desc"], PropertyInfo(alias="sortOrder")]
71
+ """Sort order"""
58
72
 
59
73
  stale_threshold_days: Annotated[float, PropertyInfo(alias="staleThresholdDays")]
74
+ """Days to consider a thread stale (used with conversationState=stale)"""
60
75
 
61
76
  subject_contains: Annotated[str, PropertyInfo(alias="subjectContains")]
77
+ """Filter threads where subject contains this text"""
@@ -1,3 +0,0 @@
1
- {
2
- ".": "0.269.0"
3
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes