How do I get access to Atmet?
How do I get access to Atmet?
Atmet is currently in early access. To request an account, join the waitlist at atmetai.com/waitlist.Once the team approves your application, you will receive an email with a one-time password (OTP). Use that OTP — along with your email address — to sign in for the first time. After your first sign-in, you can set a password for future logins.
Check your spam or promotions folder if you don’t see the OTP email within a few minutes of being approved. OTPs are time-limited, so use it promptly.
What apps can I connect to Atmet?
What apps can I connect to Atmet?
Atmet supports 20+ integrations out of the box, covering communication, productivity, project management, CRM, and developer tools. Current integrations include:
- Communication: Gmail, Slack, Telegram, Discord, X (Twitter), Instagram
- Productivity: Google Drive, Google Sheets, Notion
- Developer tools: GitHub
- Project management: Jira, Asana
- CRM & sales: HubSpot, Salesforce
Do I need to write code to use Atmet?
Do I need to write code to use Atmet?
No — Atmet is designed to be used without writing a single line of code. Describe what you want your automation to do in plain language inside the agent chat, and Atmet figures out the steps, tools, and integrations needed to get it done.For developers who want deeper control, Atmet also exposes a REST API and supports custom scripting within workflows. But coding is entirely optional — most users build powerful automations through natural language alone.
Can I use my own OpenAI or ChatGPT API key?
Can I use my own OpenAI or ChatGPT API key?
Yes. Atmet supports Bring Your Own Key (BYOK) for OpenAI. Connecting your own key lets you use your existing OpenAI quota and billing instead of consuming Atmet’s shared capacity.To connect your OpenAI key:
- Go to Settings → Integrations.
- Find ChatGPT / OpenAI and click Connect.
- Paste your OpenAI API key and save.
What AI models does Atmet support?
What AI models does Atmet support?
Atmet supports multiple AI models, including models from the OpenAI family (such as GPT-4o and GPT-4 Turbo). You can choose which model powers each workflow or agent conversation, allowing you to balance capability, speed, and cost based on your use case.Model availability may vary by workspace plan. Check the model selector in the agent chat or workflow builder to see which models are available on your current plan.
How does billing and pricing work?
How does billing and pricing work?
Atmet is currently in early access, and pricing is not yet publicly listed. To discuss pricing for your team or organization, contact the Atmet team directly through the in-app chat or by visiting atmetai.com.Each workspace has usage limits based on its plan — you can review your current consumption under Settings → Workspace → Usage.
Is my data secure?
Is my data secure?
Yes. Atmet is built with security as a core requirement, not an afterthought:
- Credentials are encrypted at rest. All OAuth tokens, API secrets, and other credentials are stored encrypted and are never logged or exposed in plaintext.
- API keys are never recoverable after creation. When you create an API key, it is displayed once and never stored in a recoverable form. If you lose a key, you must revoke it and generate a new one.
- Webhook endpoints verify signatures. Incoming webhooks are validated against a cryptographic signature before being processed, preventing spoofed requests.
What is workspace memory?
What is workspace memory?
Workspace memory is a persistent knowledge store that lets your AI agents remember information across all workflows and conversations. You can use it to store:
- Your team’s preferences and working style
- Rules and constraints agents should always follow
- Background context about your business, products, or customers
Can my whole team use the same workspace?
Can my whole team use the same workspace?
Yes — workspaces are designed for team collaboration. Invite as many teammates as your plan supports, assign each person a role (
owner, admin, or member), and everyone can build and run automations together in the same shared environment.Shared workspaces mean your team’s integrations, agents, and workflows are all visible and accessible in one place, without duplicating setup across individual accounts.See Manage Workspace Members for step-by-step instructions on inviting teammates and managing roles.What happens when a workflow fails?
What happens when a workflow fails?
Every workflow run — whether successful or not — is fully logged. When a run fails:
- Atmet records the exact step that failed and the error details.
- A failure indicator appears on the workflow in your dashboard.
- Open the workflow and navigate to Runs to review the log for that execution.
- After fixing the underlying issue (for example, reconnecting an integration or correcting input data), you can re-run the workflow from the management panel.