agentmail 0.4.0 → 0.4.1

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 (50) hide show
  1. package/dist/cjs/BaseClient.js +2 -2
  2. package/dist/cjs/api/resources/apiKeys/types/ApiKey.d.ts +2 -0
  3. package/dist/cjs/api/resources/apiKeys/types/CreateApiKeyResponse.d.ts +2 -0
  4. package/dist/cjs/api/resources/pods/client/Client.d.ts +3 -0
  5. package/dist/cjs/api/resources/pods/client/Client.js +15 -10
  6. package/dist/cjs/api/resources/pods/resources/apiKeys/client/Client.d.ts +52 -0
  7. package/dist/cjs/api/resources/pods/resources/apiKeys/client/Client.js +262 -0
  8. package/dist/cjs/api/resources/pods/resources/apiKeys/client/index.d.ts +1 -0
  9. package/dist/cjs/api/resources/pods/resources/apiKeys/client/index.js +17 -0
  10. package/dist/cjs/api/resources/pods/resources/apiKeys/client/requests/ListApiKeysRequest.d.ts +9 -0
  11. package/dist/cjs/api/resources/pods/resources/apiKeys/client/requests/ListApiKeysRequest.js +3 -0
  12. package/dist/cjs/api/resources/pods/resources/apiKeys/client/requests/index.d.ts +1 -0
  13. package/dist/cjs/api/resources/pods/resources/apiKeys/client/requests/index.js +2 -0
  14. package/dist/cjs/api/resources/pods/resources/apiKeys/index.d.ts +1 -0
  15. package/dist/cjs/api/resources/pods/resources/apiKeys/index.js +17 -0
  16. package/dist/cjs/api/resources/pods/resources/index.d.ts +2 -0
  17. package/dist/cjs/api/resources/pods/resources/index.js +3 -1
  18. package/dist/cjs/serialization/resources/apiKeys/types/ApiKey.d.ts +1 -0
  19. package/dist/cjs/serialization/resources/apiKeys/types/ApiKey.js +1 -0
  20. package/dist/cjs/serialization/resources/apiKeys/types/CreateApiKeyResponse.d.ts +1 -0
  21. package/dist/cjs/serialization/resources/apiKeys/types/CreateApiKeyResponse.js +1 -0
  22. package/dist/cjs/version.d.ts +1 -1
  23. package/dist/cjs/version.js +1 -1
  24. package/dist/esm/BaseClient.mjs +2 -2
  25. package/dist/esm/api/resources/apiKeys/types/ApiKey.d.mts +2 -0
  26. package/dist/esm/api/resources/apiKeys/types/CreateApiKeyResponse.d.mts +2 -0
  27. package/dist/esm/api/resources/pods/client/Client.d.mts +3 -0
  28. package/dist/esm/api/resources/pods/client/Client.mjs +5 -0
  29. package/dist/esm/api/resources/pods/resources/apiKeys/client/Client.d.mts +52 -0
  30. package/dist/esm/api/resources/pods/resources/apiKeys/client/Client.mjs +225 -0
  31. package/dist/esm/api/resources/pods/resources/apiKeys/client/index.d.mts +1 -0
  32. package/dist/esm/api/resources/pods/resources/apiKeys/client/index.mjs +1 -0
  33. package/dist/esm/api/resources/pods/resources/apiKeys/client/requests/ListApiKeysRequest.d.mts +9 -0
  34. package/dist/esm/api/resources/pods/resources/apiKeys/client/requests/ListApiKeysRequest.mjs +2 -0
  35. package/dist/esm/api/resources/pods/resources/apiKeys/client/requests/index.d.mts +1 -0
  36. package/dist/esm/api/resources/pods/resources/apiKeys/client/requests/index.mjs +1 -0
  37. package/dist/esm/api/resources/pods/resources/apiKeys/index.d.mts +1 -0
  38. package/dist/esm/api/resources/pods/resources/apiKeys/index.mjs +1 -0
  39. package/dist/esm/api/resources/pods/resources/index.d.mts +2 -0
  40. package/dist/esm/api/resources/pods/resources/index.mjs +2 -0
  41. package/dist/esm/serialization/resources/apiKeys/types/ApiKey.d.mts +1 -0
  42. package/dist/esm/serialization/resources/apiKeys/types/ApiKey.mjs +1 -0
  43. package/dist/esm/serialization/resources/apiKeys/types/CreateApiKeyResponse.d.mts +1 -0
  44. package/dist/esm/serialization/resources/apiKeys/types/CreateApiKeyResponse.mjs +1 -0
  45. package/dist/esm/version.d.mts +1 -1
  46. package/dist/esm/version.mjs +1 -1
  47. package/dist/llms-full.txt +1446 -92
  48. package/dist/llms.txt +3 -2
  49. package/package.json +1 -1
  50. package/reference.md +174 -0
package/dist/llms.txt CHANGED
@@ -13,9 +13,10 @@
13
13
  - [Lists](https://docs.agentmail.to/lists.mdx): Learn how to use Lists to control which email addresses and domains your agents can send to or receive from.
14
14
  - [Attachments](https://docs.agentmail.to/attachments.mdx): Learn how to send files as attachments, and download incoming attachments from both messages and threads.
15
15
  - [Pods](https://docs.agentmail.to/documentation/core-concepts/pods.mdx): Learn how to use pods for multi-tenant email management
16
- - [Skills](https://docs.agentmail.to/integrations/skills.mdx): AgentMail's official skill for Moltbot, Claude Code, Cursor, and other AI assistants
16
+ - [AI Onboarding](https://docs.agentmail.to/ai-onboarding.mdx): Resources for AI coding assistants, MCP servers, skills, and agent-friendly documentation.
17
+ - [Skills](https://docs.agentmail.to/integrations/skills.mdx): AgentMail's official skill for OpenClaw, Claude Code, Cursor, and other AI assistants
17
18
  - [MCP](https://docs.agentmail.to/integrations/mcp.mdx): AgentMail's Model Context Protocol (MCP) integration
18
- - [Openclaw](https://docs.agentmail.to/integrations/openclaw.mdx): AgentMail's Openclaw integration
19
+ - [OpenClaw](https://docs.agentmail.to/integrations/openclaw.mdx): AgentMail's OpenClaw integration
19
20
  - [Replit](https://docs.agentmail.to/integrations/replit.mdx): AgentMail's Replit integration
20
21
  - [x402](https://docs.agentmail.to/integrations/x402.mdx): AgentMail's x402 integration for HTTP-native payments
21
22
  - [Guide: Sending & Receiving Email](https://docs.agentmail.to/sending-receiving-email.mdx): A step-by-step guide to the practical workflow of sending initial emails and handling replies to have a full conversation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentmail",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
package/reference.md CHANGED
@@ -2957,6 +2957,180 @@ await client.organizations.get();
2957
2957
  </dl>
2958
2958
 
2959
2959
 
2960
+ </dd>
2961
+ </dl>
2962
+ </details>
2963
+
2964
+ ## Pods ApiKeys
2965
+ <details><summary><code>client.pods.apiKeys.<a href="/src/api/resources/pods/resources/apiKeys/client/Client.ts">create</a>(pod_id, { ...params }) -> AgentMail.CreateApiKeyResponse</code></summary>
2966
+ <dl>
2967
+ <dd>
2968
+
2969
+ #### 🔌 Usage
2970
+
2971
+ <dl>
2972
+ <dd>
2973
+
2974
+ <dl>
2975
+ <dd>
2976
+
2977
+ ```typescript
2978
+ await client.pods.apiKeys.create("pod_id", {
2979
+ name: "name"
2980
+ });
2981
+
2982
+ ```
2983
+ </dd>
2984
+ </dl>
2985
+ </dd>
2986
+ </dl>
2987
+
2988
+ #### ⚙️ Parameters
2989
+
2990
+ <dl>
2991
+ <dd>
2992
+
2993
+ <dl>
2994
+ <dd>
2995
+
2996
+ **pod_id:** `AgentMail.PodId`
2997
+
2998
+ </dd>
2999
+ </dl>
3000
+
3001
+ <dl>
3002
+ <dd>
3003
+
3004
+ **request:** `AgentMail.CreateApiKeyRequest`
3005
+
3006
+ </dd>
3007
+ </dl>
3008
+
3009
+ <dl>
3010
+ <dd>
3011
+
3012
+ **requestOptions:** `ApiKeysClient.RequestOptions`
3013
+
3014
+ </dd>
3015
+ </dl>
3016
+ </dd>
3017
+ </dl>
3018
+
3019
+
3020
+ </dd>
3021
+ </dl>
3022
+ </details>
3023
+
3024
+ <details><summary><code>client.pods.apiKeys.<a href="/src/api/resources/pods/resources/apiKeys/client/Client.ts">list</a>(pod_id, { ...params }) -> AgentMail.ListApiKeysResponse</code></summary>
3025
+ <dl>
3026
+ <dd>
3027
+
3028
+ #### 🔌 Usage
3029
+
3030
+ <dl>
3031
+ <dd>
3032
+
3033
+ <dl>
3034
+ <dd>
3035
+
3036
+ ```typescript
3037
+ await client.pods.apiKeys.list("pod_id");
3038
+
3039
+ ```
3040
+ </dd>
3041
+ </dl>
3042
+ </dd>
3043
+ </dl>
3044
+
3045
+ #### ⚙️ Parameters
3046
+
3047
+ <dl>
3048
+ <dd>
3049
+
3050
+ <dl>
3051
+ <dd>
3052
+
3053
+ **pod_id:** `AgentMail.PodId`
3054
+
3055
+ </dd>
3056
+ </dl>
3057
+
3058
+ <dl>
3059
+ <dd>
3060
+
3061
+ **request:** `AgentMail.pods.ListApiKeysRequest`
3062
+
3063
+ </dd>
3064
+ </dl>
3065
+
3066
+ <dl>
3067
+ <dd>
3068
+
3069
+ **requestOptions:** `ApiKeysClient.RequestOptions`
3070
+
3071
+ </dd>
3072
+ </dl>
3073
+ </dd>
3074
+ </dl>
3075
+
3076
+
3077
+ </dd>
3078
+ </dl>
3079
+ </details>
3080
+
3081
+ <details><summary><code>client.pods.apiKeys.<a href="/src/api/resources/pods/resources/apiKeys/client/Client.ts">delete</a>(pod_id, api_key) -> void</code></summary>
3082
+ <dl>
3083
+ <dd>
3084
+
3085
+ #### 🔌 Usage
3086
+
3087
+ <dl>
3088
+ <dd>
3089
+
3090
+ <dl>
3091
+ <dd>
3092
+
3093
+ ```typescript
3094
+ await client.pods.apiKeys.delete("pod_id", "api_key");
3095
+
3096
+ ```
3097
+ </dd>
3098
+ </dl>
3099
+ </dd>
3100
+ </dl>
3101
+
3102
+ #### ⚙️ Parameters
3103
+
3104
+ <dl>
3105
+ <dd>
3106
+
3107
+ <dl>
3108
+ <dd>
3109
+
3110
+ **pod_id:** `AgentMail.PodId`
3111
+
3112
+ </dd>
3113
+ </dl>
3114
+
3115
+ <dl>
3116
+ <dd>
3117
+
3118
+ **api_key:** `AgentMail.ApiKeyId`
3119
+
3120
+ </dd>
3121
+ </dl>
3122
+
3123
+ <dl>
3124
+ <dd>
3125
+
3126
+ **requestOptions:** `ApiKeysClient.RequestOptions`
3127
+
3128
+ </dd>
3129
+ </dl>
3130
+ </dd>
3131
+ </dl>
3132
+
3133
+
2960
3134
  </dd>
2961
3135
  </dl>
2962
3136
  </details>