FAQs
FAQs
FAQs
Frequently Asked Questions
Find clear answers about our design process, pricing, & creative collaboration approach.
General Questions
Learn more about Codexa, how the platform operates behind the scenes, and how it helps teams automate.
What is Codexa?
Codexa is a developer-first automation platform for building workflows, background jobs, and event-driven pipelines with clean, readable code.
What is Codexa?
Codexa is a developer-first automation platform for building workflows, background jobs, and event-driven pipelines with clean, readable code.
What is Codexa?
Codexa is a developer-first automation platform for building workflows, background jobs, and event-driven pipelines with clean, readable code.
Who is Codexa built for?
Codexa is designed for developers, technical teams, and startups who want to automate processes without complex infrastructure setup.
Who is Codexa built for?
Codexa is designed for developers, technical teams, and startups who want to automate processes without complex infrastructure setup.
Who is Codexa built for?
Codexa is designed for developers, technical teams, and startups who want to automate processes without complex infrastructure setup.
Do I need prior ML or AI experience?
No. Codexa includes optional AI-powered insights, but core workflows run on simple Python functions and API calls.
Do I need prior ML or AI experience?
No. Codexa includes optional AI-powered insights, but core workflows run on simple Python functions and API calls.
Do I need prior ML or AI experience?
No. Codexa includes optional AI-powered insights, but core workflows run on simple Python functions and API calls.
What types of workflows can I build?
Anything from scheduled batch jobs to file processing, webhook triggers, real-time data pipelines, or internal automation.
What types of workflows can I build?
Anything from scheduled batch jobs to file processing, webhook triggers, real-time data pipelines, or internal automation.
What types of workflows can I build?
Anything from scheduled batch jobs to file processing, webhook triggers, real-time data pipelines, or internal automation.
Is Codexa cloud-hosted or self-hosted?
Codexa provides both options. You can use our managed cloud or deploy the runtime inside your own infrastructure.
Is Codexa cloud-hosted or self-hosted?
Codexa provides both options. You can use our managed cloud or deploy the runtime inside your own infrastructure.
Is Codexa cloud-hosted or self-hosted?
Codexa provides both options. You can use our managed cloud or deploy the runtime inside your own infrastructure.
Does Codexa scale with my project?
Yes. Codexa automatically handles concurrency, retries, and workload scaling as your workloads grow.
Does Codexa scale with my project?
Yes. Codexa automatically handles concurrency, retries, and workload scaling as your workloads grow.
Does Codexa scale with my project?
Yes. Codexa automatically handles concurrency, retries, and workload scaling as your workloads grow.
Does Codexa replace my existing dev tools?
No. Codexa complements your existing stack — it doesn’t replace your codebase, APIs, or infrastructure. You simply automate the parts that slow you down.
Does Codexa replace my existing dev tools?
No. Codexa complements your existing stack — it doesn’t replace your codebase, APIs, or infrastructure. You simply automate the parts that slow you down.
Does Codexa replace my existing dev tools?
No. Codexa complements your existing stack — it doesn’t replace your codebase, APIs, or infrastructure. You simply automate the parts that slow you down.
Is Codexa suitable for both small and large teams?
Yes. Solo developers can automate daily tasks quickly, while larger teams benefit from shared workflows, permissions, and scalable execution.
Is Codexa suitable for both small and large teams?
Yes. Solo developers can automate daily tasks quickly, while larger teams benefit from shared workflows, permissions, and scalable execution.
Is Codexa suitable for both small and large teams?
Yes. Solo developers can automate daily tasks quickly, while larger teams benefit from shared workflows, permissions, and scalable execution.
Setup & Installation
Everything you need to get Codexa installed, configured, and running smoothly.
How do I install Codexa?
Install the Python SDK (pip install codexa) or download the desktop app for macOS/Windows to manage workflows visually.
How do I install Codexa?
Install the Python SDK (pip install codexa) or download the desktop app for macOS/Windows to manage workflows visually.
How do I install Codexa?
Install the Python SDK (pip install codexa) or download the desktop app for macOS/Windows to manage workflows visually.
What are the system requirements?
Codexa supports macOS 13+, Windows 11+, and modern Linux distributions for CLI/SDK usage.
What are the system requirements?
Codexa supports macOS 13+, Windows 11+, and modern Linux distributions for CLI/SDK usage.
What are the system requirements?
Codexa supports macOS 13+, Windows 11+, and modern Linux distributions for CLI/SDK usage.
How do I deploy workflows to production?
Push workflows to the Codexa cloud or deploy the runtime to your own servers using Docker.
How do I deploy workflows to production?
Push workflows to the Codexa cloud or deploy the runtime to your own servers using Docker.
How do I deploy workflows to production?
Push workflows to the Codexa cloud or deploy the runtime to your own servers using Docker.
Can I connect external APIs or databases?
Yes — Codexa workflows can use any Python library to access APIs, storage, or databases.
Can I connect external APIs or databases?
Yes — Codexa workflows can use any Python library to access APIs, storage, or databases.
Can I connect external APIs or databases?
Yes — Codexa workflows can use any Python library to access APIs, storage, or databases.
Does Codexa require Docker?
Not required, but recommended for self-hosting or isolated environment setup.
Does Codexa require Docker?
Not required, but recommended for self-hosting or isolated environment setup.
Does Codexa require Docker?
Not required, but recommended for self-hosting or isolated environment setup.
Is version control supported?
Yes, Codexa is fully Git-friendly. Your workflows remain plain Python files in your repository.
Is version control supported?
Yes, Codexa is fully Git-friendly. Your workflows remain plain Python files in your repository.
Is version control supported?
Yes, Codexa is fully Git-friendly. Your workflows remain plain Python files in your repository.
Workflows & Automation
Understand how to build, run, and optimize workflows using Codexa’s automation engine.
How do workflows run inside Codexa?
Workflows are Python functions decorated with @workflow.task() and executed through Codexa’s event-driven runtime.
How do workflows run inside Codexa?
Workflows are Python functions decorated with @workflow.task() and executed through Codexa’s event-driven runtime.
How do workflows run inside Codexa?
Workflows are Python functions decorated with @workflow.task() and executed through Codexa’s event-driven runtime.
Can I trigger workflows from external systems?
Yes. You can trigger tasks via API calls, webhooks, schedules, or custom events.
Can I trigger workflows from external systems?
Yes. You can trigger tasks via API calls, webhooks, schedules, or custom events.
Can I trigger workflows from external systems?
Yes. You can trigger tasks via API calls, webhooks, schedules, or custom events.
Does Codexa support batch processing?
Absolutely. Batch workloads, loops, and file-based processing are first-class features.
Does Codexa support batch processing?
Absolutely. Batch workloads, loops, and file-based processing are first-class features.
Does Codexa support batch processing?
Absolutely. Batch workloads, loops, and file-based processing are first-class features.
Can I monitor my workflows in real time?
Yes — throughput, latency, success rate, retries, and errors are tracked automatically inside the dashboard.
Can I monitor my workflows in real time?
Yes — throughput, latency, success rate, retries, and errors are tracked automatically inside the dashboard.
Can I monitor my workflows in real time?
Yes — throughput, latency, success rate, retries, and errors are tracked automatically inside the dashboard.
How does Codexa handle errors?
Codexa provides intelligent diagnostics, automatic retries, and structured error logs to help you fix issues faster.
How does Codexa handle errors?
Codexa provides intelligent diagnostics, automatic retries, and structured error logs to help you fix issues faster.
How does Codexa handle errors?
Codexa provides intelligent diagnostics, automatic retries, and structured error logs to help you fix issues faster.
Can workflows communicate with each other?
Yes. You can chain tasks, share data between functions, or orchestrate multi-step pipelines.
Can workflows communicate with each other?
Yes. You can chain tasks, share data between functions, or orchestrate multi-step pipelines.
Can workflows communicate with each other?
Yes. You can chain tasks, share data between functions, or orchestrate multi-step pipelines.
Billing & Plans
Find answers about pricing, subscriptions, upgrades, and payment options.
Do you offer a free plan?
Yes — the free tier includes workflow execution limits suitable for testing and small projects.
Do you offer a free plan?
Yes — the free tier includes workflow execution limits suitable for testing and small projects.
Do you offer a free plan?
Yes — the free tier includes workflow execution limits suitable for testing and small projects.
How is usage calculated?
Pricing is based on workflow runs, compute time, and team seats depending on your chosen plan.
How is usage calculated?
Pricing is based on workflow runs, compute time, and team seats depending on your chosen plan.
How is usage calculated?
Pricing is based on workflow runs, compute time, and team seats depending on your chosen plan.
Do I need to pay for additional projects?
No. All paid plans include unlimited projects unless otherwise specified.
Do I need to pay for additional projects?
No. All paid plans include unlimited projects unless otherwise specified.
Do I need to pay for additional projects?
No. All paid plans include unlimited projects unless otherwise specified.
Can I upgrade or downgrade anytime?
Yes. Plan changes apply instantly and prorated billing is handled automatically.
Can I upgrade or downgrade anytime?
Yes. Plan changes apply instantly and prorated billing is handled automatically.
Can I upgrade or downgrade anytime?
Yes. Plan changes apply instantly and prorated billing is handled automatically.
Do you offer refunds?
Annual plans come with a 30-day money-back guarantee. Monthly plans are non-refundable after usage.
Do you offer refunds?
Annual plans come with a 30-day money-back guarantee. Monthly plans are non-refundable after usage.
Do you offer refunds?
Annual plans come with a 30-day money-back guarantee. Monthly plans are non-refundable after usage.
Do you support team billing?
Yes — you can add multiple members, assign roles, and manage seat-based billing from the dashboard.
Do you support team billing?
Yes — you can add multiple members, assign roles, and manage seat-based billing from the dashboard.
Do you support team billing?
Yes — you can add multiple members, assign roles, and manage seat-based billing from the dashboard.