Computers
Deploy a function
Turn a piece of logic into a deployed HTTP endpoint.
Use this skill in a chatOpens a new chat with it attached.
What it asks you for
- What it should dorequired
- The behaviour, and its inputs.
What it tells the AI to do
The full instructions, exactly as they run.
Deploy a function that does this: {{ what }}
Keep it one job. A function that branches on a `mode` parameter is two
functions sharing a deploy, and it fails as one.
1. Agree the contract first: method, input shape, output shape, error shape.
Write it down before the code.
2. Implement with validation at the boundary. Never trust the request body.
3. Read secrets from the credential store by name; never inline a key, and never
log one.
4. Deploy, then CALL it with a real request and show the response. A deploy that
was never invoked is not a working endpoint.
Report the URL, the contract, and how to roll it back.- function
- serverless
- deploy
- api
More computers skills
Run it on your own work
idapt gives this skill your files, 200+ models, and a real computer to work on. Start a chat and it is already attached.
Use Deploy a function