Quick start: from sign up to a working app

Sign up free, describe your app in plain words, and publish. Developers and AI agents connect with a self-serve token.

Fine Structure is self-serve from the first minute. You do not need a sales call or a credit card to start. The free tier includes daily AI generations, so you can build and test a real app before deciding to upgrade.

Build your first app

For developers and AI agents

curl -X POST https://finestructure.ai/api/mcp/tools/get_platform_guide \
  -H "Authorization: Bearer fse2_mcp_YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d "{}"

Recommended first calls: On a new connection, call get_platform_guide first, then get_recommended_workflow with your task type and goal. They orient the agent and name the exact tools to use next.