How does pricing work?
Solid has three plans: $40, $160, and $640 per month. Your credits are dollars, so you always know exactly what you're paying for. Pick the plan that fits how much you build, and move up anytime. Team pricing is also available. Contact us at contact@solid.tech for details.
How do I contact Solid?
Email us anytime at contact@solid.tech. A real person on the Solid team reads it, and we'll be glad to help with questions, ideas, setup, or anything that feels unclear.
Do I need to know how to code?
No. You drive Solid by asking, in plain language, the same way you'd explain a task to a coworker. It writes and runs any code the job needs on its own.
Is my work private and secure?
Yes. Your data and your agents run in isolated environments, kept separate from other customers. Solid acts under its own accounts by default, so you're not handing over your logins, and when you do grant access, you stay in control of exactly what it can see. For teams with stricter needs, Solid can run entirely in your own environment.
What makes Solid different from other AI agents?
Most agents run in a sandbox with no way to reach the real world. Solid agents have real resources: machines on multiple operating systems, their own accounts and phone numbers, a payment balance, and the ability to choose which IP they work from. That is the difference between an agent that demos well and one that finishes real jobs.
Can I connect my own computer or hardware?
Yes, as long as the device runs Linux or macOS. Just ask Solid to connect it, and it gives you a command to run on that machine. Once you run it, Solid can control the device directly, whether it's a laptop, an office server, or a Raspberry Pi.
Which AI model does Solid use?
Solid orchestrates multiple models together in a pipeline, rather than relying on any single one, to get the best performance on each task. And if you'd rather use your own setup, you can connect Solid to the inference providers or self-hosted models you already trust.
Do I need to set up servers or hosting?
No. Solid provisions its own machines and handles the deployment, including your domain and HTTPS. You describe what you want live; it puts it live.
How does Solid reach websites reliably?
Solid can connect through its own IP relay and choose an appropriate address for the task. That helps it reach sites through the same interfaces a person uses, while each site's policies and access controls still apply.
Can I call Solid as an API?
Yes. Just ask Solid to make itself available as an API, and it will wrap itself as one and help you get an API key. From there, your own code can hand it tasks the same way you would in chat. You don't need to set anything up yourself; you just ask.
Can I use Solid with GitHub?
Yes. Solid can work with GitHub the same way a developer does. Give it access and it can read your repositories, write and commit code, open pull requests, review changes, and respond to issues.
Can I see the code, or is Solid a black box?
Solid is transparent. When it writes or runs code, you can see exactly what it's doing. Just ask, and Solid opens the code in a web-based VS Code editor right in your workspace, so you can read it, review it, or change it yourself. Nothing is hidden behind the scenes.