New FeatureAPI Keys Available Now

Diagrams, Straight from code.

Integrate FlowCraft directly into your development environment. Automate visuals, enhance documentation, and communicate complex logic without leaving your editor.

VS Code Native

Generate diagrams without leaving your editor. Seamlessly integrated into your daily workflow.

Instant Generation

Powered by advanced AI models to transform text into professional diagrams in milliseconds.

Enterprise Security

Keys are encrypted at rest. Full control over rotation, revocation, and scope management.

Custom Expiration

Set precise TTLs for your keys. Choose from 30 days, 90 days, or permanent validity.

Built for developers,
by developers.

Simple, RESTful, and typed. Whether you're scripting in Python, building in Node, or integrating with VS Code, we've made it effortless.

CI/CD Pipelines

Automate documentation generation.

Code Reviews

Visual diffs for your logic.

Education

Explain concepts visually on the fly.

Rapid Prototyping

System design at the speed of thought.

generate.ts
const response = await fetch(
'https://flowcraft.app/api/generate-diagram',
{
method: 'POST',
headers: {
'Authorization': 'Bearer fc_live_...'
},
body: JSON.stringify({
prompt: 'User auth flow',
type: 'flowchart'
})
}
);

Up and running in minutes

1

Generate Key

Go to Settings > Developer and create a new secret key.

2

Install Extension

Download FlowCraft for VS Code from the Marketplace.

3

Start Creating

Use the command palette to generate diagrams instantly.

Ready to automate your workflow?

Get your API key today and start generating professional diagrams programmatically.

Frequently Asked Questions

Is it included in my plan?

Yes, API usage shares the same quota as your main account plan.

How do I handle security?

We recommend storing keys in environment variables (.env) and never committing them to Git.

Can I revoke keys?

Absolutely. You can revoke any key instantly from your dashboard if you suspect it is compromised.