Business-classifications
business-classificationsFull Description
Get NAICS business classifications from Swyft API
This app allows users to explore and purchase business formation kits for common entity types, including LLCs, nonprofits, and corporations. These kits include state-required documents intended to support the business incorporation process and help customers get started with required paperwork.
business-classificationsGet NAICS business classifications from Swyft API
create-orderCreate a new order
orderDataobjectOrder data to create
get-incorporationGet data for the incorporation service. This is a specific service that is used to create an incorporation. It can also be used to get a registered agent.
IMPORTANT: If the user mentions a state in their request (e.g., "I want to file in Texas", "incorporate in California", "form an LLC in NY"), extract the state and pass it as the 'state' parameter. Convert state names to 2-letter uppercase codes: "Texas" -> "TX", "California" -> "CA", "New York" -> "NY", etc. This will pre-fill the business_data.formation_state field in the form.
statestringOptional 2-letter uppercase state code (e.g., 'TX', 'CA', 'NY') to pre-fill the formation_state field. Extract this from user's request if they mention a state.