Next steps
You have a worker running and at least one custom node deployed. From here, the docs split into three tracks. Pick whichever matches your next question.
I want to understand the platform #
Read Concepts. Each page is one screen of background, no code:
- Architecture explains the integration vs. orchestration split.
- Topologies covers nodes, queues, and routing.
- Processes and Messages describes persistence, retries, and the Trash inbox.
I want to build a real integration #
Jump to Development. Suggested order for a typical "talk to a third-party API" project:
- Authentication and settings
- Basic Application (or OAuth2)
- Connectors
- Pagination and batch for any list endpoint
- Error handling and retries
I just need an exact signature #
Open Reference. Everything is split per SDK: